nirmaljoshi
nirmaljoshi
Untitled
17 posts
Don't wanna be here? Send us removal request.
nirmaljoshi · 10 months ago
Text
Civil 3D , getting styles from other drawings.
There are various methods to pull styles from other drawings. Method 1 :  Open both drawings then go to toolspace>settings.  Go to the drawing in which you want to bring the settings to (i.e. to the target drawings). Drag the settings from source drawing to target drawings. Method 2:  One can use the _AttachReferenceTemplate command to pull style from other drawings.
Tumblr media
View On WordPress
0 notes
nirmaljoshi · 10 months ago
Text
Solar system animation in Javascript
This is a realistic animation of solar system that accounts for axial rotation, orbital inclination and time period of all planets. It has two viewports left one shows all the planets, right one has camera that follows the selected planet. Continue reading Solar system animation in Javascript
Tumblr media
View On WordPress
0 notes
nirmaljoshi · 10 months ago
Text
Zotero settings for single pdf folder
Here is setting for zotero for smooth performance. 1. Set this folder where you want to keep all pdf files (linked files). If you do not set it, all files will be stored in database folder. 2. This location is where the profile data and database (meta-data) is stored. It includes sync metadata. Initially all downloaded pdf files are also stored inside this directory. You can manually transfer…
Tumblr media
View On WordPress
0 notes
nirmaljoshi · 10 months ago
Text
OCR with vector geometry in AutoCAD
PDFSHXTEXT converts the vector geometry to text in AutoCAD. Such vector geometry can originate from, for example, from PDF files or during automatic digitization. One can use PDFSHXTEXT as a post-processing tool for cleaning up the digitized drawings. https://help.autodesk.com/view/ACD/2024/ENU/?guid=GUID-A0F80ABD-0F1C-47FB-B7E3-E4C699DAEE83
Tumblr media
View On WordPress
0 notes
nirmaljoshi · 2 years ago
Text
Feed In Premium (FIP)
OverviewMerits of FIPDemerits of FIPFIP in various countriesSpainCzechGermanyUKReferences Overview In a feed-in premium (FIP) program, renewable energy producers sell their electricity at market rates and get extra money on top. FIPs can be fixed (a set amount) or sliding (changes with market prices). Fixed FIPs are simple but can lead to overpaying in high-priced markets and underpaying in…
View On WordPress
0 notes
nirmaljoshi · 2 years ago
Text
Some notes from Buddha's philosophy
Eight fold noble path of the middle way. 1 Right view2 Right thought3 Right speech4 Right behaviour5 Right livelihood6 Right effort7 Right mindfulness8 Right concentration Five evils in the world. Cruelty : Strong attack the weak and weak deceive the weak. Cheating Lust Disrespect the rights of others Negligence of duty There is also a similar saying in Sikhism these are kaam (lust),…
View On WordPress
2 notes · View notes
nirmaljoshi · 2 years ago
Text
List of volcanoes in Japan
List of volcanoes in Japan
There are more than 200 volcanoes in Japan . The zip file contains the google kml file, csv file and a shape file. The data on elevation and the year of its last eruption is provided. It could be helpful to users https://drive.google.com/file/d/1eJdNalQhocOkjgZUunRJHtym2uCVKdI4/view?usp=sharing
Tumblr media
View On WordPress
0 notes
nirmaljoshi · 5 years ago
Text
Water legislation in Japan in perspective of hydropower development
Water legislation in Japan in perspective of hydropower development
Japan is rich in water resources. The average annual precipitation is about 650 billion m3, out of which 420 billion m3 is the theoretical maximum that can be utilized for various purposes including hydropower generation. In 1951, the electricity business of Japan was handed to 10 regional power utilities. In 1995, the independent power producer (IPP) were allowed to sell electricity. According…
View On WordPress
0 notes
nirmaljoshi · 5 years ago
Text
Cobweb plot
While conducting multi variable analysis, it may be useful to see how the output changes due to change in inputs. For example humidity, temperature and water-level may change the deflection of dam. Cobweb plot combined with normal distribution will help to visualize the risks easily. An example of such plot is shown below.
Tumblr media
An octave (or matlab) code to generate such plot is given below.…
View On WordPress
0 notes
nirmaljoshi · 5 years ago
Text
Evolution and entropy
Eary morning psyco-syndrome.
Once born we slowly evolve physically by gaining tissues and bones. The food we eat is transformed into the machinaries of body. This indicates that the entropy or randomness decreases over time to create a useful thing. But once we cross certain age decay starts and the biological machinaries starts to disfunction. It seems decay and dissolution is the final…
View On WordPress
0 notes
nirmaljoshi · 5 years ago
Video
youtube
Code aster tutorial for load varying with time and depth Here I post two tutorial in code aster/ salome meca as follows: 1. Applying varying load…
0 notes
nirmaljoshi · 5 years ago
Text
Google script to extract email information
This code helps to get summary of email such as subject, received date etc. Code is for the unread emails; remove lines with if condition check to read all emails. Make a new google sheet> tools>script editor and copy and paste it. You will require to authorize the use of code while executing it.
function retriveUnreadMessages() { // imports subject, from (email), received date of all unread…
View On WordPress
0 notes
nirmaljoshi · 5 years ago
Text
Fractals in matlab/octave
Codes in matlab/octave for generating some popular fractals:
Mandelbrot
Tumblr media
function mandelbrotmain() clear variables; clc;
maxit=200; x=[-2,1]; y=[-1 1];
xpix=601; ypix=401;
x=linspace(x(1),x(2),xpix); y=linspace(y(1),y(2),ypix); [xG, yG]=meshgrid(x,y);
c=mb(maxit,xG,yG);
figure imagesc(x,y,c); colormap([1 1 1;0 0 0]); axis on; grind on;
endfunction
function count=mb(maxItr,xG,yG) c=xG+1i*yG; count=…
View On WordPress
0 notes
nirmaljoshi · 5 years ago
Text
Using Math Kernal Library (MKL) in visual studio with Fortran
Using Math Kernal Library (MKL) in visual studio with Fortran
First install MKL from intel website
To use intel MKL library inside visual studio do the followings: 1. Right click the project>Properties 2. In Property page>Fortran>Libraries set (a) Runtime library : Multithreaded and (b) Use Intel MKL: Sequential
Tumblr media
This setting is done you can compile the file in DEBUG mode. Repeat the same process (1-2) for RELEASE mode too once more.(Note exe of DEBUG mode…
View On WordPress
0 notes
nirmaljoshi · 6 years ago
Text
Specific gravity of soil particles
Specific gravity of soil particles
Consider the following figure.
Tumblr media
W1= weight of empty vessel W2= Weight of vessel + weight of sample W3=Weight of vessel + weight of sample+Water W4=Weight of vessel + Water
Here, Weight of solid = W2-W1
Similarly, from last two figures W3-W4=Weight of solid- Weight of water or, W3-W4= W2-W1 -Weight of water or, weight of water=(W2-W1)-(W3-W4)(= weight of equal volume of water as that of solid)
Now,
Tumblr media
View On WordPress
0 notes
nirmaljoshi · 6 years ago
Text
Field variables in code-aster
Field variables in code-aster
Available variables in code aster that I tested. I will be updating this table after testing other elements.
FIELD NAME AVAILABLE VARIABLES APPLICABLE MODEL TYPES NON- APPLICABLE MODEL EFGE_ELNO N,VY,VZ,MT, MFY,MFZ POU_D_E, 3D, 2D SIEF_ELNO POU_D_T, POU_D_E POU_D_TG, POU_D_T_GD FORC_F FX FY FZ MX MY MZ DEPL_R DX DY DZ DRX DRY MARTINI DRZ SIEF_R SIXX SIYY SIZZ SIXY SIXZ SIYZ 3D SIEF_R NR…
View On WordPress
0 notes
nirmaljoshi · 6 years ago
Text
Beginning with Code Aster and Salome Meca
Beginning with Code Aster and Salome Meca
Code asteris an opensource (free) FEM analysis software targetted to structural, thermal and aucostic analysis. It is available for windows and linux. This software can be used for non-linear analysis and thus is quite useful for engineering studies epscially for academic research. But the sofware is little difficult to use for begineers. I am sharing some introductory videos to get started with…
View On WordPress
1 note · View note