OpenPisco.PhysicalSolvers.AsterStatic module#

OpenPisco.PhysicalSolvers.AsterStatic.AssertAlmostEqualDict(data1, data2)[source]#
class OpenPisco.PhysicalSolvers.AsterStatic.AsterStatic[source]#

Bases: AsterSolverBase

GetBoundaryConditionsFilters()[source]#

Specify which pair of zones should be connected. If this method is not redefined in derived class, there is no check

Returns

pair of zones to be checked

Return type

Tuple[Iterable,Iterable]

GetNodalSolution(onCleanMesh=False, loadcaseName=None)[source]#

Retrieve the PDE solution at mesh nodes

Parameters

i (int, optional) – solution index, by default 0

Raises

NotImplementedError – to be redefined in derived class

SolveStandard()[source]#
WriteComputationalSupport(levelset)[source]#
WriteParametersInput(writeFile)[source]#
OpenPisco.PhysicalSolvers.AsterStatic.CheckIntegrity(GUI=False)[source]#
OpenPisco.PhysicalSolvers.AsterStatic.CheckIntegrity2D(GUI=False)[source]#
OpenPisco.PhysicalSolvers.AsterStatic.CheckIntegrity3D(GUI=False)[source]#
OpenPisco.PhysicalSolvers.AsterStatic.CreateAsterStaticPhysicalProblem(ops)[source]#
OpenPisco.PhysicalSolvers.AsterStatic.GetMaterialFields(support, phi, materials, levelset, eVoid)[source]#
OpenPisco.PhysicalSolvers.AsterStatic.PrepareStaticInstance(res, ops)[source]#