9 #ifndef ComputeHeatTransferElemWallAlgorithm_h 10 #define ComputeHeatTransferElemWallAlgorithm_h 16 #include <stk_mesh/base/Part.hpp> 29 stk::mesh::Part *part);
Definition: ComputeHeatTransferElemWallAlgorithm.h:23
VectorFieldType * coordinates_
Definition: ComputeHeatTransferElemWallAlgorithm.h:35
Definition: ABLForcingAlgorithm.C:26
~ComputeHeatTransferElemWallAlgorithm()
Definition: ComputeHeatTransferElemWallAlgorithm.C:299
stk::mesh::Field< double, stk::mesh::SimpleArrayTag > GenericFieldType
Definition: FieldTypeDef.h:27
double compute_coupling_parameter(const double &kappa, const double &h, const double &chi)
Definition: ComputeHeatTransferElemWallAlgorithm.C:308
ScalarFieldType * robinCouplingParameter_
Definition: ComputeHeatTransferElemWallAlgorithm.h:44
ScalarFieldType * specificHeat_
Definition: ComputeHeatTransferElemWallAlgorithm.h:38
GenericFieldType * exposedAreaVec_
Definition: ComputeHeatTransferElemWallAlgorithm.h:39
ScalarFieldType * normalHeatFlux_
Definition: ComputeHeatTransferElemWallAlgorithm.h:43
stk::mesh::Field< double, stk::mesh::Cartesian > VectorFieldType
Definition: FieldTypeDef.h:24
stk::mesh::Field< double > ScalarFieldType
Definition: FieldTypeDef.h:19
ComputeHeatTransferElemWallAlgorithm(Realm &realm, stk::mesh::Part *part)
Definition: ComputeHeatTransferElemWallAlgorithm.C:39
ScalarFieldType * assembledWallArea_
Definition: ComputeHeatTransferElemWallAlgorithm.h:40
Definition: Algorithm.h:28
ScalarFieldType * temperature_
Definition: ComputeHeatTransferElemWallAlgorithm.h:34
ScalarFieldType * thermalCond_
Definition: ComputeHeatTransferElemWallAlgorithm.h:37
void execute()
Definition: ComputeHeatTransferElemWallAlgorithm.C:74
ScalarFieldType * density_
Definition: ComputeHeatTransferElemWallAlgorithm.h:36
ScalarFieldType * heatTransferCoefficient_
Definition: ComputeHeatTransferElemWallAlgorithm.h:42
ScalarFieldType * referenceTemperature_
Definition: ComputeHeatTransferElemWallAlgorithm.h:41