Public Member Functions | |
def | initialize (self) |
def | setup (self) |
def | add_dvgeo (self, DVGeo) |
def | compute (self, inputs, outputs) |
def | compute_jacvec_product (self, inputs, d_inputs, d_outputs, mode) |
Public Attributes | |
DVGeo | |
DASolver | |
run_directory | |
dRdWTPC | |
adjEqnSolMethod | |
unsteadyCompOutput | |
Definition at line 1275 of file mphys_dafoam.py.
def initialize | ( | self | ) |
Definition at line 1277 of file mphys_dafoam.py.
References DAFoamBuilder.options, PYDAFOAM.options, and TensorFlowHelper.options.
def setup | ( | self | ) |
Definition at line 1281 of file mphys_dafoam.py.
def add_dvgeo | ( | self, | |
DVGeo | |||
) |
Definition at line 1319 of file mphys_dafoam.py.
References DAFoamSolver.DVGeo, and DAFoamSolverUnsteady.DVGeo.
def compute | ( | self, | |
inputs, | |||
outputs | |||
) |
Definition at line 1322 of file mphys_dafoam.py.
References DAFoamBuilder.DASolver, DAFoamGroup.DASolver, DAFoamPrecouplingGroup.DASolver, DAFoamPostcouplingGroup.DASolver, DAFoamSolver.DASolver, DAFoamMesh.DASolver, DAFoamFunctions.DASolver, DAFoamWarper.DASolver, DAFoamThermal.DASolver, DAFoamFaceCoords.DASolver, DAFoamForces.DASolver, DAFoamBuilderUnsteady.DASolver, DAFoamSolverUnsteady.DASolver, DAFoamSolver.DVGeo, DAFoamSolverUnsteady.DVGeo, DAFoamBuilder.run_directory, DAFoamGroup.run_directory, DAFoamSolver.run_directory, DAFoamBuilderUnsteady.run_directory, DAFoamSolverUnsteady.run_directory, and DAFoamSolverUnsteady.unsteadyCompOutput.
def compute_jacvec_product | ( | self, | |
inputs, | |||
d_inputs, | |||
d_outputs, | |||
mode | |||
) |
Definition at line 1375 of file mphys_dafoam.py.
References DAFoamSolverUnsteady.adjEqnSolMethod, DAFoamBuilder.comm, OptFuncs.comm, PYDAFOAM.comm, DAFoamBuilder.DASolver, DAFoamGroup.DASolver, DAFoamPrecouplingGroup.DASolver, DAFoamPostcouplingGroup.DASolver, DAFoamSolver.DASolver, DAFoamMesh.DASolver, DAFoamFunctions.DASolver, DAFoamWarper.DASolver, DAFoamThermal.DASolver, DAFoamFaceCoords.DASolver, DAFoamForces.DASolver, DAFoamBuilderUnsteady.DASolver, DAFoamSolverUnsteady.DASolver, DAFoamSolverUnsteady.dRdWTPC, and DAFoamSolverUnsteady.unsteadyCompOutput.
DVGeo |
Definition at line 1282 of file mphys_dafoam.py.
Referenced by DAFoamSolverUnsteady.add_dvgeo(), and DAFoamSolverUnsteady.compute().
DASolver |
Definition at line 1283 of file mphys_dafoam.py.
Referenced by DAFoamSolverUnsteady.compute(), and DAFoamSolverUnsteady.compute_jacvec_product().
run_directory |
Definition at line 1284 of file mphys_dafoam.py.
Referenced by DAFoamSolverUnsteady.compute().
dRdWTPC |
Definition at line 1288 of file mphys_dafoam.py.
Referenced by DAFoamSolverUnsteady.compute_jacvec_product().
adjEqnSolMethod |
Definition at line 1290 of file mphys_dafoam.py.
Referenced by DAFoamSolverUnsteady.compute_jacvec_product().
unsteadyCompOutput |
Definition at line 1305 of file mphys_dafoam.py.
Referenced by DAFoamSolverUnsteady.compute(), and DAFoamSolverUnsteady.compute_jacvec_product().