OGS
ProcessLib::ComponentTransport::ComponentTransportProcessData Struct Reference

Detailed Description

Definition at line 36 of file ComponentTransportProcessData.h.

#include <ComponentTransportProcessData.h>

Collaboration diagram for ProcessLib::ComponentTransport::ComponentTransportProcessData:
[legend]

Public Attributes

std::unique_ptr< MaterialPropertyLib::MaterialSpatialDistributionMapmedia_map
 
Eigen::VectorXd const specific_body_force
 
bool const has_gravity
 
bool const non_advective_form
 
ParameterLib::Parameter< double > const *const temperature
 
bool const chemically_induced_porosity_change
 
ChemistryLib::ChemicalSolverInterface *const chemical_solver_interface
 
std::unique_ptr< LookupTablelookup_table
 
const int hydraulic_process_id
 
const int first_transport_process_id
 
MeshLib::PropertyVector< double > * mesh_prop_velocity = nullptr
 

Member Data Documentation

◆ chemical_solver_interface

◆ chemically_induced_porosity_change

bool const ProcessLib::ComponentTransport::ComponentTransportProcessData::chemically_induced_porosity_change

When this optional tag is on, the feedback of chemical reactions on the porosity will be counted. The change of porosity equals to the summation over the changes in the volume fractions of solid constituents. The change of the volume fraction, in terms of a solid constituent, results from chemical reactions.

Note
In order to use this optional tag, the amount of solid constituents should be given as volume fraction instead of molality. In addition, an appropriate molar volume is required for each solid. The relationship to calculate volume fractions of m solids from molalities is as follows:

\[ b_i = \frac{n_i}{m^l} = \frac{\phi_i}{\rho^l \phi V_{m,i}}, i=1,...,m \]

where \(b_i\) is the molality in mol/kg of water, \(n_i\) is the amount of solid in mol, \(m^l\) is the mass of water in kg, \(\phi_i\) is the volume fraction of solid i, \(\rho^l\) is the density of water in kg/m \(^3\), \(\phi\) is the porosity, \(V_{m,i}\) is the molar volume of solid i in m \(^3\)/mol.

Definition at line 68 of file ComponentTransportProcessData.h.

Referenced by ProcessLib::ComponentTransport::LocalAssemblerData< ShapeFunction, IntegrationMethod, GlobalDim >::assembleComponentTransportEquation(), ProcessLib::ComponentTransport::LocalAssemblerData< ShapeFunction, IntegrationMethod, GlobalDim >::assembleHydraulicEquation(), ProcessLib::ComponentTransport::LocalAssemblerData< ShapeFunction, IntegrationMethod, GlobalDim >::assembleReactionEquationConcrete(), ProcessLib::ComponentTransport::LocalAssemblerData< ShapeFunction, IntegrationMethod, GlobalDim >::computeSecondaryVariableConcrete(), ProcessLib::ComponentTransport::LocalAssemblerData< ShapeFunction, IntegrationMethod, GlobalDim >::postSpeciationCalculation(), and ProcessLib::ComponentTransport::LocalAssemblerData< ShapeFunction, IntegrationMethod, GlobalDim >::setChemicalSystemConcrete().

◆ first_transport_process_id

const int ProcessLib::ComponentTransport::ComponentTransportProcessData::first_transport_process_id

Definition at line 78 of file ComponentTransportProcessData.h.

◆ has_gravity

◆ hydraulic_process_id

const int ProcessLib::ComponentTransport::ComponentTransportProcessData::hydraulic_process_id

◆ lookup_table

std::unique_ptr<LookupTable> ProcessLib::ComponentTransport::ComponentTransportProcessData::lookup_table

◆ media_map

std::unique_ptr<MaterialPropertyLib::MaterialSpatialDistributionMap> ProcessLib::ComponentTransport::ComponentTransportProcessData::media_map

◆ mesh_prop_velocity

◆ non_advective_form

◆ specific_body_force

◆ temperature

ParameterLib::Parameter<double> const* const ProcessLib::ComponentTransport::ComponentTransportProcessData::temperature

This optional tag provides a simple means of considering the temperature effect on the solute transport process.

Definition at line 45 of file ComponentTransportProcessData.h.

Referenced by ProcessLib::ComponentTransport::LocalAssemblerData< ShapeFunction, IntegrationMethod, GlobalDim >::assembleComponentTransportEquation().


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