wiki:public/doc-auto/by_ext/msp/S_stress_unit
Last modified 3 years ago Last modified on 01/21/16 13:49:13

Input file msp keyword $STRESS_UNIT

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

M/creep/creep3d.msp

 17:    $STRESS_UNIT
 18-      MegaPascal
   ...

M/creep/m_crp_bgr.msp

 17:    $STRESS_UNIT
 18-      MegaPascal
   ...

M/creep/uc_creep01.msp

 17:    $STRESS_UNIT
 18-      MegaPascal
   ...

M/elasticity/M_e_displacement_3Du.msp

  9:    $STRESS_UNIT
 10-      MegaPascal
   ...

M/elasticity/M_e_stress_3Du.msp

  9:    $STRESS_UNIT
 10-      MegaPascal
   ...

M/m_triax_lubby1.msp

 13:   $STRESS_UNIT
 14-      MegaPascal
   ...

Source code reading this keyword from Input files

FEM/rf_msp_new.cpp line 628

 628: 			in_sd >> f_tol >> s_tol;
 629: 			in_sd.clear();
 630: 		}
 631: 		if(line_string.find("$STRESS_UNIT") != string::npos)
 632: 		{
 633: 			in_sd.str(GetLineFromFile1(msp_file));
 634: 			in_sd >> sub_line;

Last modified: 2016-01-21 13:48:59.952090

This page has been generated automatically. Do not edit it manually! It will be overwritten in regular intervals.

If you want to edit the handwritten part of this page, please do so here.