SIFEL Home page
SIFEL - SImple Finite ELements
Instructions for plane stress problem on rectangular domain
- Mesh generation
- Compile simple generator of quadrilateral elements gensifquad in the directory SIFEL/PREP/SEQMESHGEN/ Write simply make.
- Copy the simple generator of quadrilateral elements gensifquad from the directory SIFEL/PREP/SEQMESHGEN/ into actual directory.
- Write gensifquad without any option and you will see hint.
- Write gensifquad with appropriate parameters, e.g. gensifquad mefel_linstat_plelemq.top 10.0 1.0 100 10 1
- The file mefel_linstat_plelemq.top can be found here.
- Preprocessor file assembling
- The preprocessor file can be found here.
- The file with material parameters is here.
- The file with cross section parameters is here.
- Compile the MEFEL preprocessor in the directory SIFEL/MEFEL/PREP by statement make.
- Copy the preprocessor mechprep from the directory SIFEL/MEFEL/PREP/_DBG to the actual directory.
- Generate the input file mefel_linstat_plelemq.in by statement mechprep mefel_linstat_plelemq.pr mefel_linstat_plelemq.in
- Solve problem
- Compile the MEFEL in the directory SIFEL/MEFEL/SRC by statement make.
- Copy the executable file mefel from the directory SIFEL/MEFEL/SRC/_DBG to the actual directory.
- Solve problem mefel mefel_linstat_plelemq.in
