FEM SolverMystran: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 35: Line 35:


<!--T:4-->
<!--T:4-->
writer.py - main control file
ToDo

add_con_displacement.py -
add_con_fixed.py
add_con_force.py
add_femelement_geometry.py
add_femelement_material.py
add_mesh.py

add_solver_control.py
$EXECUTIVE CONTROL DECK
SOL 101
CEND
$CASE CONTROL DECK
ECHO = NONE
TITLE = pyNastran for generating solverinput for for Mystran
SUBCASE 1
DISPLACEMENT(SORT1,REAL) = ALL
LOAD = 1
SPC = 1
SPCFORCES(SORT1,REAL) = ALL
STRESS(SORT1,REAL,VONMISES,BILIN) = ALL
SUBTITLE = Default
BEGIN BULK
$PARAMS
PARAM POST -1


<br />
<br />

Revision as of 05:32, 17 September 2021

Other languages:

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

FEM SolverZ88

Menu location
Solve → Solver Z88
Workbenches
FEM
Default shortcut
S Z
Introduced in version
-
See also
FEM tutorial

Description

ToDo

Usage

ToDo

File function

writer.py - main control file

add_con_displacement.py - add_con_fixed.py add_con_force.py add_femelement_geometry.py add_femelement_material.py add_mesh.py

add_solver_control.py $EXECUTIVE CONTROL DECK SOL 101 CEND $CASE CONTROL DECK ECHO = NONE TITLE = pyNastran for generating solverinput for for Mystran SUBCASE 1

   DISPLACEMENT(SORT1,REAL) = ALL
   LOAD = 1
   SPC = 1
   SPCFORCES(SORT1,REAL) = ALL
   STRESS(SORT1,REAL,VONMISES,BILIN) = ALL
   SUBTITLE = Default

BEGIN BULK $PARAMS PARAM POST -1