Difference between revisions of "Contrib:Dbpatankar"

From CAELinuxWiki
Jump to: navigation, search
 
(List of tutorials/code snippets/How To's with explaination)
 
Line 1: Line 1:
 
== List of tutorials/code snippets/How To's with explaination ==
 
== List of tutorials/code snippets/How To's with explaination ==
 +
 +
'''Tutorials'''
 +
 +
Welcome to the tutorials written by me :) .
 +
 +
All the tutorials are tested on code_aster 10.2 .
 +
 +
Being a Civil engineer, almost all of my tutorials will be concentrated towards application in Civil engineering examples. But the explaination provided may be useful to someone from other field too.
 +
 +
Here at this time, I plan to group my tutorials in following sections :
 +
 +
1. Statics
 +
    a) Linear multifibre(reinforced) beam
 +
    b) Non-linear multifibre(reinforced) beam
 +
2. Dynamics
 +
    a) Linear multifibre(reinforced) beam
 +
    b) Non-linear multifibre(reinforced) beam
 +
 +
1. Statics :
 +
 +
[http://www.caelinux.org/wiki/index.php/Contrib:Dbpatankar/Tutorial1 Tutorial 1. : Cantilever multifibre(reinforced) beam with concentrated load applied at the free end.]
 +
 +
Tutorial 2. : Cantilever multifibre(reinforced) beam with UVL(Uniformly Varying Load).
 +
  
 
'''How to'''
 
'''How to'''
  
 
1. [http://www.caelinux.org/wiki/index.php/Contrib:Dbpatankar/HT1 Extract a value from a table using python].
 
1. [http://www.caelinux.org/wiki/index.php/Contrib:Dbpatankar/HT1 Extract a value from a table using python].

Latest revision as of 21:43, 18 December 2010

List of tutorials/code snippets/How To's with explaination

Tutorials

Welcome to the tutorials written by me :) .

All the tutorials are tested on code_aster 10.2 .

Being a Civil engineer, almost all of my tutorials will be concentrated towards application in Civil engineering examples. But the explaination provided may be useful to someone from other field too.

Here at this time, I plan to group my tutorials in following sections :

1. Statics

   a) Linear multifibre(reinforced) beam
   b) Non-linear multifibre(reinforced) beam

2. Dynamics

   a) Linear multifibre(reinforced) beam
   b) Non-linear multifibre(reinforced) beam

1. Statics :

Tutorial 1. : Cantilever multifibre(reinforced) beam with concentrated load applied at the free end.

Tutorial 2. : Cantilever multifibre(reinforced) beam with UVL(Uniformly Varying Load).


How to

1. Extract a value from a table using python.