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 computes propeller aero-node locations that link with structural nodes in aerostructural cases.
Definition at line 1960 of file mphys_dafoam.py.
def initialize | ( | self | ) |
Definition at line 1965 of file mphys_dafoam.py.
References DAFoamBuilder.options, PYDAFOAM.options, and TensorFlowHelper.options.
def setup | ( | self | ) |
Definition at line 1968 of file mphys_dafoam.py.
def compute | ( | self, | |
inputs, | |||
outputs | |||
) |
Definition at line 2004 of file mphys_dafoam.py.
References DAFoamPropNodes.aerostructDict, DAFoamBuilder.comm, PYDAFOAM.comm, OptFuncs.comm, and DAFoamPropNodes.fvSourceDict.
def compute_jacvec_product | ( | self, | |
inputs, | |||
d_inputs, | |||
d_outputs, | |||
mode | |||
) |
Definition at line 2044 of file mphys_dafoam.py.
References DAFoamPropNodes.aerostructDict, DAFoamBuilder.comm, PYDAFOAM.comm, and OptFuncs.comm.
DASolver |
Definition at line 1969 of file mphys_dafoam.py.
aerostructDict |
Definition at line 1971 of file mphys_dafoam.py.
Referenced by DAFoamPropNodes.compute(), DAFoamActuator.compute(), DAFoamPropNodes.compute_jacvec_product(), and DAFoamActuator.compute_jacvec_product().
fvSourceDict |
Definition at line 1972 of file mphys_dafoam.py.
Referenced by DAFoamPropNodes.compute().