Muscat.FE.SymPhysics module¶
- class MechPhysics(dim=3, elasticModel='isotropic')[source]¶
Bases:
Physics
Weak forms for mechanical problems
- Parameters:
dim (int, optional) – dimension of the unknown, by default 3
elasticModel (str, optional) – The type of model used, by default “isotropic” option are : “isotropic”, “orthotropic”, “anisotropic”
- IsFrozen()¶
- PostTreatmentFormulations()[source]¶
For the moment this work only if GetBulkFormulation is called only once per instance the problem is the use of self.Hook
- UnFrozen()¶
- class MechPhysicsAxi[source]¶
Bases:
MechPhysics
- class Physics(spaceDimension=3)[source]¶
Bases:
object
Basic class to hold the information about symbolic terms
- IsFrozen()¶
- UnFrozen()¶