Public Member Functions | |
def | initialize (self) |
def | setup (self) |
def | mphys_add_funcs (self) |
def | add_dv_func (self, dvName, dv_func) |
def | mphys_set_options (self, options) |
Public Attributes | |
DASolver | |
Post-coupling group that configures any components that happen in the post-processor.
Definition at line 506 of file mphys_dafoam.py.
def initialize | ( | self | ) |
Definition at line 511 of file mphys_dafoam.py.
References DAFoamBuilder.options, PYDAFOAM.options, and TensorFlowHelper.options.
def setup | ( | self | ) |
Definition at line 514 of file mphys_dafoam.py.
def mphys_add_funcs | ( | self | ) |
Definition at line 528 of file mphys_dafoam.py.
def add_dv_func | ( | self, | |
dvName, | |||
dv_func | |||
) |
Definition at line 531 of file mphys_dafoam.py.
def mphys_set_options | ( | self, | |
options | |||
) |
Definition at line 534 of file mphys_dafoam.py.
DASolver |
Definition at line 515 of file mphys_dafoam.py.
Referenced by DAFoamSolver.apply_linear(), DAFoamSolver.apply_nonlinear(), DAFoamSolver.apply_options(), DAFoamFunctions.apply_options(), DAFoamFunctions.compute(), DAFoamWarper.compute(), DAFoamThermal.compute(), DAFoamFaceCoords.compute(), DAFoamForces.compute(), DAFoamAcoustics.compute(), DAFoamFvSource.compute(), DAFoamFunctions.compute_jacvec_product(), DAFoamWarper.compute_jacvec_product(), DAFoamThermal.compute_jacvec_product(), DAFoamFaceCoords.compute_jacvec_product(), DAFoamForces.compute_jacvec_product(), DAFoamAcoustics.compute_jacvec_product(), DAFoamFvSource.compute_jacvec_product(), DAFoamSolver.linearize(), DAFoamFunctions.mphys_add_funcs(), DAFoamMesh.mphys_get_surface_size(), DAFoamMesh.mphys_get_triangulated_surface(), DAFoamSolver.solve_linear(), and DAFoamSolver.solve_nonlinear().