BasicTools.FE.SymPhysics module
- class BasicTools.FE.SymPhysics.MecaPhysics(dim=3, elasticModel='isotropic')[source]
Bases:
PhysicsWeak 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 BasicTools.FE.SymPhysics.MecaPhysicsAxi[source]
Bases:
MecaPhysics
- class BasicTools.FE.SymPhysics.Physics[source]
Bases:
BaseOutputObjectBasic class to hold the information about symbolic terms
- IsFrozen()
- UnFrozen()