FEM: add some comments to material and calculix solver object

This commit is contained in:
Bernd Hahnebach
2020-05-24 09:19:27 +02:00
parent b950ef9508
commit a5b0be0b4c
2 changed files with 32 additions and 0 deletions

View File

@@ -317,3 +317,16 @@ def add_attributes(obj, ccx_prefs):
)
dimout = ccx_prefs.GetBool("BeamShellOutput", False)
obj.BeamShellResultOutput3D = dimout
"""
Should there be some equation object for Calculix too.
Necessarily yes! The properties GeometricalNonlinearity,
MaterialNonlinearity, ThermoMechSteadyState might be moved
to the appropriate equation.
Furthermore the material Category should not be used in writer.
See common materila object for more information. The equation
should used instead to get this information needed in writer.
"""