Public Member Functions | |
def | initialize (self) |
def | setup (self) |
def | compute (self, inputs, outputs) |
def | compute_jacvec_product (self, inputs, d_inputs, d_outputs, mode) |
Public Attributes | |
DASolver | |
aerostructDict | |
fvSourceDict | |
Component that updates actuator disk definition variables when actuator disks are displaced in an aerostructural case.
Definition at line 2066 of file mphys_dafoam.py.
def initialize | ( | self | ) |
Definition at line 2071 of file mphys_dafoam.py.
References DAFoamBuilder.options, PYDAFOAM.options, and TensorFlowHelper.options.
def setup | ( | self | ) |
Definition at line 2074 of file mphys_dafoam.py.
def compute | ( | self, | |
inputs, | |||
outputs | |||
) |
Definition at line 2086 of file mphys_dafoam.py.
References DAFoamPropNodes.aerostructDict, DAFoamActuator.aerostructDict, DAFoamBuilder.comm, PYDAFOAM.comm, and OptFuncs.comm.
def compute_jacvec_product | ( | self, | |
inputs, | |||
d_inputs, | |||
d_outputs, | |||
mode | |||
) |
Definition at line 2099 of file mphys_dafoam.py.
References DAFoamPropNodes.aerostructDict, DAFoamActuator.aerostructDict, DAFoamBuilder.comm, PYDAFOAM.comm, and OptFuncs.comm.
DASolver |
Definition at line 2075 of file mphys_dafoam.py.
aerostructDict |
Definition at line 2077 of file mphys_dafoam.py.
Referenced by DAFoamActuator.compute(), and DAFoamActuator.compute_jacvec_product().
fvSourceDict |
Definition at line 2078 of file mphys_dafoam.py.