OpenPisco.PhysicalSolvers.AsterHarmonicForced module#
- class OpenPisco.PhysicalSolvers.AsterHarmonicForced.AsterHarmonicForced[source]#
Bases:
AsterSolverBase
- GetNodalSolution(i, onCleanMesh=False)[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
- UpdateRadiatingSurfaceTag(mesh)[source]#
-
Update the surface tag corresponding to the radiating surface to follow it
:param mesh mesh : current mesh :return: mesh mesh : new mesh with updated tag
- property harmonicParams#