OGS
TwoPhaseFlowWithPPProcessData.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2
// SPDX-License-Identifier: BSD-3-Clause
3
4
#pragma once
5
#include "
MaterialLib/MPL/MaterialSpatialDistributionMap.h
"
6
7
namespace
ProcessLib
8
{
9
template
<
typename
T>
10
struct
Parameter
;
11
12
namespace
TwoPhaseFlowWithPP
13
{
14
struct
TwoPhaseFlowWithPPProcessData
15
{
19
Eigen::VectorXd
const
specific_body_force
;
20
21
bool
const
has_gravity
;
22
24
bool
const
has_mass_lumping
;
25
ParameterLib::Parameter<double>
const
&
temperature
;
26
MaterialPropertyLib::MaterialSpatialDistributionMap
media_map
;
27
};
28
29
}
// namespace TwoPhaseFlowWithPP
30
}
// namespace ProcessLib
MaterialSpatialDistributionMap.h
MaterialPropertyLib::MaterialSpatialDistributionMap
Definition
MaterialSpatialDistributionMap.h:22
ProcessLib::TwoPhaseFlowWithPP
Definition
CreateTwoPhaseFlowWithPPProcess.cpp:18
ProcessLib
Definition
ProjectData.h:40
ParameterLib::Parameter
Definition
ParameterLib/Parameter.h:134
ProcessLib::Parameter
Definition
HMPhaseFieldProcessData.h:29
ProcessLib::TwoPhaseFlowWithPP::TwoPhaseFlowWithPPProcessData
Definition
TwoPhaseFlowWithPPProcessData.h:15
ProcessLib::TwoPhaseFlowWithPP::TwoPhaseFlowWithPPProcessData::specific_body_force
Eigen::VectorXd const specific_body_force
Definition
TwoPhaseFlowWithPPProcessData.h:19
ProcessLib::TwoPhaseFlowWithPP::TwoPhaseFlowWithPPProcessData::media_map
MaterialPropertyLib::MaterialSpatialDistributionMap media_map
Definition
TwoPhaseFlowWithPPProcessData.h:26
ProcessLib::TwoPhaseFlowWithPP::TwoPhaseFlowWithPPProcessData::has_mass_lumping
bool const has_mass_lumping
Enables lumping of the mass matrix.
Definition
TwoPhaseFlowWithPPProcessData.h:24
ProcessLib::TwoPhaseFlowWithPP::TwoPhaseFlowWithPPProcessData::temperature
ParameterLib::Parameter< double > const & temperature
Definition
TwoPhaseFlowWithPPProcessData.h:25
ProcessLib::TwoPhaseFlowWithPP::TwoPhaseFlowWithPPProcessData::has_gravity
bool const has_gravity
Definition
TwoPhaseFlowWithPPProcessData.h:21
ProcessLib
TwoPhaseFlowWithPP
TwoPhaseFlowWithPPProcessData.h
Generated by
1.14.0