Muscat.FE.SymPhysics module¶
- class MecaPhysics(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 MecaPhysicsAxi[source]¶
Bases:
MecaPhysics
- class Physics[source]¶
Bases:
object
Basic class to hold the information about symbolic terms
- IsFrozen()¶
- UnFrozen()¶