User Tools

Site Tools


full_syntax

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
full_syntax [2023/11/09 22:21]
marijn.nijenhuis [Output Arguments]
full_syntax [2023/11/09 22:27]
marijn.nijenhuis [5. Optional]
Line 153: Line 153:
 ''opt'' is a structure array for //specifying optional input//. The usage is ''opt.field = value;'' to assign value ''value'' to property ''field'' . The following list contains an overview of all possible fields. ''opt'' is a structure array for //specifying optional input//. The usage is ''opt.field = value;'' to assign value ''value'' to property ''field'' . The following list contains an overview of all possible fields.
  
-{{tablelayout?colwidth="140px,240px,-"}}+{{tablelayout?colwidth="160px,240px,-"}}
 ^ Field ^ Value ^ Description ^  ^ Field ^ Value ^ Description ^ 
 | ''filename'' | string | Filename of the data files involved in the SPACAR simulation. If omitted, filenname 'spacar_file' is used. | | ''filename'' | string | Filename of the data files involved in the SPACAR simulation. If omitted, filenname 'spacar_file' is used. |
Line 167: Line 167:
 | ''customvis'' | ''{'modeshape','maximum 20'}'' | The maximum number of mode shapes, in this case 20, that are shown in the Spavisual window. If omitted, the default value of 10 is used. | | ''customvis'' | ''{'modeshape','maximum 20'}'' | The maximum number of mode shapes, in this case 20, that are shown in the Spavisual window. If omitted, the default value of 10 is used. |
 | ''spavisual'' | ''false'' | Do not show the Spavisual window after a simulation. | | ''spavisual'' | ''false'' | Do not show the Spavisual window after a simulation. |
 +| ''rigidstress'' | ''true'' | Consider the stress in rigid elements when computing the maximum Von Mises stress in ''opt.stressmax''. By default, this option is false and stress in rigid elements is ignored. |
 +| ''stressperelement'' | ''true'' | Compute the maximum Von Mises stress per element, stored in ''out.step(i).element(j).stressmax'' for element ''j'' at step ''i''. |
 ===== Output Arguments ===== ===== Output Arguments =====
  
full_syntax.txt · Last modified: 2023/11/09 22:27 by marijn.nijenhuis