OpenPisco.PhysicalSolvers.AsterSolverBase module#
- class OpenPisco.PhysicalSolvers.AsterSolverBase.AsterSolverBase[source]#
Bases:
SolverBase
- GetAuxiliaryField(name, on='Centroids', onCleanMesh=False, index=None)[source]#
Retrieve an auxiliary field on the computational support specified by the keyword “on”
- Parameters
name (name of the field to be retrieved) – _description_
on (FN, optional) – computational support of the field, by default FN.Nodes
index (Optional[int], optional) – index of the field to be retrieved (if needed), by default None
- Raises
NotImplementedError – To be redefined in derived class if needed
- GetAuxiliaryFieldForLoadCase(name, loadcase, on='Centroids', onCleanMesh=False, index=None)[source]#