OGS
ProcessLib::ThermoHydroMechanics::IntegrationPointDataForOutput< DisplacementDim > Struct Template Reference

Detailed Description

template<int DisplacementDim>
struct ProcessLib::ThermoHydroMechanics::IntegrationPointDataForOutput< DisplacementDim >

Definition at line 200 of file IntegrationPointData.h.

#include <IntegrationPointData.h>

Public Types

using DimVector = MatrixPolicyType::VectorType<DisplacementDim>
 

Public Attributes

DimVector velocity
 
double fluid_density = std::numeric_limits<double>::quiet_NaN()
 
double viscosity = std::numeric_limits<double>::quiet_NaN()
 

Member Typedef Documentation

◆ DimVector

template<int DisplacementDim>
using ProcessLib::ThermoHydroMechanics::IntegrationPointDataForOutput< DisplacementDim >::DimVector = MatrixPolicyType::VectorType<DisplacementDim>

Definition at line 202 of file IntegrationPointData.h.

Member Data Documentation

◆ fluid_density

◆ velocity

template<int DisplacementDim>
DimVector ProcessLib::ThermoHydroMechanics::IntegrationPointDataForOutput< DisplacementDim >::velocity
Initial value:
= DimVector::Constant(
DisplacementDim, std::numeric_limits<double>::quiet_NaN())

Definition at line 205 of file IntegrationPointData.h.

Referenced by ProcessLib::ThermoHydroMechanics::ThermoHydroMechanicsLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim >::updateConstitutiveRelations().

◆ viscosity


The documentation for this struct was generated from the following file: