OGS
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
v
w
x
z
Enumerations
b
c
d
e
f
g
i
l
m
n
o
p
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
l
m
n
p
r
s
t
v
y
Classes
Class List
Class Index
Class Hierarchy
Files
File List
File Members
All
a
b
c
d
e
f
g
i
k
m
n
o
p
r
s
t
v
w
x
Functions
a
c
d
e
f
g
i
m
o
p
r
s
t
v
w
Variables
Typedefs
Enumerations
Macros
b
c
g
m
n
o
p
r
s
t
OGS
OpenGeoSys 6.5.6-230-gc2779d2836e source code documentation
OGS CTests—Project Files
OGS Input File Parameters—Quality Assurance
OGS Input File Parameters
BulkMappingDocuPage
Todo List
OGS Input File Parameters—List of incomplete documentation pages
Bibliography
Namespaces
Classes
Files
File List
Applications
BaseLib
build
ChemistryLib
Documentation
GeoLib
InfoLib
MaterialLib
MathLib
MeshGeoToolsLib
MeshLib
MeshToolsLib
NumLib
ParameterLib
ProcessLib
Assembly
BoundaryConditionAndSourceTerm
Common
ComponentTransport
ConstitutiveRelations
Deformation
Graph
HeatConduction
HeatTransportBHE
HMPhaseField
HT
HydroMechanics
LargeDeformation
LIE
LiquidFlow
Output
PhaseField
Reflection
RichardsComponentTransport
RichardsFlow
RichardsMechanics
SmallDeformation
SteadyStateDiffusion
SurfaceFlux
TH2M
ThermalTwoPhaseFlowWithPP
ThermoHydroMechanics
ThermoMechanics
ThermoRichardsFlow
ThermoRichardsMechanics
ConstitutiveCommon
Base.h
Biot.cpp
Biot.h
Bishops.cpp
Bishops.h
DarcyLaw.cpp
DarcyLaw.h
EqP.cpp
EqP.h
EqT.cpp
EqT.h
EquivalentPlasticStrainData.h
FluidThermalExpansion.cpp
FluidThermalExpansion.h
Gravity.cpp
Gravity.h
LiquidDensity.cpp
LiquidDensity.h
LiquidViscosity.cpp
LiquidViscosity.h
MaterialState.h
PermeabilityData.h
PermeabilityModel.cpp
PermeabilityModel.h
Porosity.cpp
Porosity.h
Saturation.cpp
Saturation.h
SolidCompressibilityData.h
SolidDensity.cpp
SolidDensity.h
SolidMechanicsDataStateless.h
SolidThermalExpansion.cpp
SolidThermalExpansion.h
SpecificBodyForceData.h
ThermoOsmosis.cpp
ThermoOsmosis.h
TotalStressData.h
TransportPorosityData.h
TRMHeatStorageAndFlux.cpp
TRMHeatStorageAndFlux.h
TRMStorage.cpp
TRMStorage.h
TRMVaporDiffusion.cpp
TRMVaporDiffusion.h
ConstitutiveStress_StrainTemperature
ConstitutiveStressSaturation_StrainPressureTemperature
CreateThermoRichardsMechanicsLocalAssemblers.cpp
CreateThermoRichardsMechanicsLocalAssemblers.h
CreateThermoRichardsMechanicsProcess.cpp
CreateThermoRichardsMechanicsProcess.h
IntegrationPointData.h
LocalAssemblerInterface.h
ThermoRichardsMechanicsFEM-impl.h
ThermoRichardsMechanicsFEM.h
ThermoRichardsMechanicsProcess.cpp
ThermoRichardsMechanicsProcess.h
ThermoRichardsMechanicsProcessData.h
TwoPhaseFlowWithPP
Utils
WellboreSimulator
AbstractJacobianAssembler.h
AnalyticalJacobianAssembler.cpp
AnalyticalJacobianAssembler.h
AssemblyMixin.cpp
AssemblyMixin.h
CentralDifferencesJacobianAssembler.cpp
CentralDifferencesJacobianAssembler.h
CompareJacobiansJacobianAssembler.cpp
CompareJacobiansJacobianAssembler.h
CoupledSolutionsForStaggeredScheme.cpp
CoupledSolutionsForStaggeredScheme.h
CreateDeactivatedSubdomain.cpp
CreateDeactivatedSubdomain.h
CreateForwardDifferencesJacobianAssembler.cpp
CreateForwardDifferencesJacobianAssembler.h
CreateJacobianAssembler.cpp
CreateJacobianAssembler.h
CreateProcessData.cpp
CreateProcessData.h
CreateTimeLoop.cpp
CreateTimeLoop.h
DeactivatedSubdomain.cpp
DeactivatedSubdomain.h
ForwardDifferencesJacobianAssembler.cpp
ForwardDifferencesJacobianAssembler.h
LocalAssemblerInterface.cpp
LocalAssemblerInterface.h
LocalAssemblerTraits.h
Process.cpp
Process.h
ProcessData.cpp
ProcessData.h
ProcessVariable.cpp
ProcessVariable.h
SubmeshAssemblySupport.h
TimeLoop.cpp
TimeLoop.h
VariableTransformation.h
VectorMatrixAssembler.cpp
VectorMatrixAssembler.h
File Members
Biot.h
Go to the documentation of this file.
1
10
11
#pragma once
12
13
#include "
Base.h
"
14
#include "
BaseLib/StrongType.h
"
15
16
namespace
ProcessLib::ThermoRichardsMechanics
17
{
18
using
BiotData
=
BaseLib::StrongType<double, struct BiotTag>
;
19
20
struct
BiotModel
21
{
22
void
eval
(
SpaceTimeData
const
& x_t,
MediaData
const
& media_data,
23
BiotData
& out)
const
;
24
};
20
struct
BiotModel
{
…
};
25
}
// namespace ProcessLib::ThermoRichardsMechanics
StrongType.h
Base.h
ProcessLib::ThermoRichardsMechanics
Definition
Base.h:20
ProcessLib::ThermoRichardsMechanics::BiotData
BaseLib::StrongType< double, struct BiotTag > BiotData
Definition
Biot.h:18
BaseLib::StrongType
Definition
StrongType.h:25
ProcessLib::ConstitutiveRelations::SpaceTimeData
Definition
Base.h:73
ProcessLib::ThermoRichardsMechanics::BiotModel
Definition
Biot.h:21
ProcessLib::ThermoRichardsMechanics::BiotModel::eval
void eval(SpaceTimeData const &x_t, MediaData const &media_data, BiotData &out) const
Definition
Biot.cpp:15
ProcessLib::ThermoRichardsMechanics::MediaData
Definition
Base.h:53
ProcessLib
ThermoRichardsMechanics
ConstitutiveCommon
Biot.h
Generated by
1.14.0