Instructions for plane stress problem on rectangular domain



  1. Mesh generation
    1. Compile simple generator of quadrilateral elements gensifquad in the directory SIFEL/PREP/SEQMESHGEN/ Write simply make.
    2. Copy the simple generator of quadrilateral elements gensifquad from the directory SIFEL/PREP/SEQMESHGEN/ into actual directory.
    3. Write gensifquad without any option and you will see hint.
    4. Image

    5. Write gensifquad with appropriate parameters, e.g. gensifquad mefel_linstat_plelemq.top 10.0 1.0 100 10 1
    6. Image

    7. The file mefel_linstat_plelemq.top can be found here.
  2. Preprocessor file assembling
    1. The preprocessor file can be found here.
    2. The file with material parameters is here.
    3. The file with cross section parameters is here.
    4. Compile the MEFEL preprocessor in the directory SIFEL/MEFEL/PREP by statement make.
    5. Copy the preprocessor mechprep from the directory SIFEL/MEFEL/PREP/_DBG to the actual directory.
    6. Generate the input file mefel_linstat_plelemq.in by statement mechprep mefel_linstat_plelemq.pr mefel_linstat_plelemq.in
  3. Solve problem
    1. Compile the MEFEL in the directory SIFEL/MEFEL/SRC by statement make.
    2. Copy the executable file mefel from the directory SIFEL/MEFEL/SRC/_DBG to the actual directory.
    3. Solve problem mefel mefel_linstat_plelemq.in


Image