OGS
|
Definition at line 24 of file WellboreSimulatorLocalAssemblerInterface.h.
#include <WellboreSimulatorLocalAssemblerInterface.h>
Public Member Functions | |
IntegrationPointData (NodalRowVectorType N_, GlobalDimNodalMatrixType dNdx_, double const &integration_weight_) | |
void | pushBackState () |
Public Attributes | |
NodalRowVectorType const | N |
GlobalDimNodalMatrixType const | dNdx |
double const | integration_weight |
double | mix_density = std::numeric_limits<double>::quiet_NaN() |
double | mix_density_prev = std::numeric_limits<double>::quiet_NaN() |
double | temperature = std::numeric_limits<double>::quiet_NaN() |
double | dryness = std::numeric_limits<double>::quiet_NaN() |
double | vapor_volume_fraction = std::numeric_limits<double>::quiet_NaN() |
double | vapor_mass_flow_rate = std::numeric_limits<double>::quiet_NaN() |
double | liquid_mass_flow_rate = std::numeric_limits<double>::quiet_NaN() |
|
inline |
Definition at line 26 of file WellboreSimulatorLocalAssemblerInterface.h.
|
inline |
Definition at line 35 of file WellboreSimulatorLocalAssemblerInterface.h.
References ProcessLib::WellboreSimulator::IntegrationPointData< NodalRowVectorType, GlobalDimNodalMatrixType >::mix_density, and ProcessLib::WellboreSimulator::IntegrationPointData< NodalRowVectorType, GlobalDimNodalMatrixType >::mix_density_prev.
GlobalDimNodalMatrixType const ProcessLib::WellboreSimulator::IntegrationPointData< NodalRowVectorType, GlobalDimNodalMatrixType >::dNdx |
Definition at line 38 of file WellboreSimulatorLocalAssemblerInterface.h.
double ProcessLib::WellboreSimulator::IntegrationPointData< NodalRowVectorType, GlobalDimNodalMatrixType >::dryness = std::numeric_limits<double>::quiet_NaN() |
Definition at line 44 of file WellboreSimulatorLocalAssemblerInterface.h.
Referenced by ProcessLib::WellboreSimulator::WellboreSimulatorFEM< ShapeFunction, GlobalDim >::getIntPtDryness().
double const ProcessLib::WellboreSimulator::IntegrationPointData< NodalRowVectorType, GlobalDimNodalMatrixType >::integration_weight |
Definition at line 39 of file WellboreSimulatorLocalAssemblerInterface.h.
double ProcessLib::WellboreSimulator::IntegrationPointData< NodalRowVectorType, GlobalDimNodalMatrixType >::liquid_mass_flow_rate = std::numeric_limits<double>::quiet_NaN() |
Definition at line 47 of file WellboreSimulatorLocalAssemblerInterface.h.
Referenced by ProcessLib::WellboreSimulator::WellboreSimulatorFEM< ShapeFunction, GlobalDim >::getIntPtLiquidMassFlowRate().
double ProcessLib::WellboreSimulator::IntegrationPointData< NodalRowVectorType, GlobalDimNodalMatrixType >::mix_density = std::numeric_limits<double>::quiet_NaN() |
Definition at line 41 of file WellboreSimulatorLocalAssemblerInterface.h.
Referenced by ProcessLib::WellboreSimulator::IntegrationPointData< NodalRowVectorType, GlobalDimNodalMatrixType >::pushBackState().
double ProcessLib::WellboreSimulator::IntegrationPointData< NodalRowVectorType, GlobalDimNodalMatrixType >::mix_density_prev = std::numeric_limits<double>::quiet_NaN() |
Definition at line 42 of file WellboreSimulatorLocalAssemblerInterface.h.
Referenced by ProcessLib::WellboreSimulator::IntegrationPointData< NodalRowVectorType, GlobalDimNodalMatrixType >::pushBackState().
NodalRowVectorType const ProcessLib::WellboreSimulator::IntegrationPointData< NodalRowVectorType, GlobalDimNodalMatrixType >::N |
Definition at line 37 of file WellboreSimulatorLocalAssemblerInterface.h.
double ProcessLib::WellboreSimulator::IntegrationPointData< NodalRowVectorType, GlobalDimNodalMatrixType >::temperature = std::numeric_limits<double>::quiet_NaN() |
Definition at line 43 of file WellboreSimulatorLocalAssemblerInterface.h.
Referenced by ProcessLib::WellboreSimulator::WellboreSimulatorFEM< ShapeFunction, GlobalDim >::getIntPtTemperature().
double ProcessLib::WellboreSimulator::IntegrationPointData< NodalRowVectorType, GlobalDimNodalMatrixType >::vapor_mass_flow_rate = std::numeric_limits<double>::quiet_NaN() |
Definition at line 46 of file WellboreSimulatorLocalAssemblerInterface.h.
Referenced by ProcessLib::WellboreSimulator::WellboreSimulatorFEM< ShapeFunction, GlobalDim >::getIntPtVaporMassFlowRate().
double ProcessLib::WellboreSimulator::IntegrationPointData< NodalRowVectorType, GlobalDimNodalMatrixType >::vapor_volume_fraction = std::numeric_limits<double>::quiet_NaN() |
Definition at line 45 of file WellboreSimulatorLocalAssemblerInterface.h.
Referenced by ProcessLib::WellboreSimulator::WellboreSimulatorFEM< ShapeFunction, GlobalDim >::getIntPtVaporVolumeFraction().