DAFoam
v3.0.6
Discrete Adjoint with OpenFOAM
dafoam
src
adjoint
DAStateInfo
DAStateInfoSolidDisplacementFoam.H
Go to the documentation of this file.
1
/*---------------------------------------------------------------------------*\
2
3
DAFoam : Discrete Adjoint with OpenFOAM
4
Version : v3
5
6
Description:
7
Child class for DASolidDisplacementFoam
8
9
\*---------------------------------------------------------------------------*/
10
11
#ifndef DAStateInfoSolidDisplacementFoam_H
12
#define DAStateInfoSolidDisplacementFoam_H
13
14
#include "
DAStateInfo.H
"
15
#include "addToRunTimeSelectionTable.H"
16
17
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18
19
namespace
Foam
20
{
21
22
/*---------------------------------------------------------------------------*\
23
Class DAStateInfoSolidDisplacementFoam Declaration
24
\*---------------------------------------------------------------------------*/
25
26
class
DAStateInfoSolidDisplacementFoam
27
:
public
DAStateInfo
28
{
29
30
public
:
31
TypeName
(
"DASolidDisplacementFoam"
);
32
// Constructors
33
34
//- Construct from components
35
DAStateInfoSolidDisplacementFoam
(
36
const
word modelType,
37
const
fvMesh&
mesh
,
38
const
DAOption
&
daOption
,
39
const
DAModel
&
daModel
);
40
41
//- Destructor
42
virtual
~DAStateInfoSolidDisplacementFoam
()
43
{
44
}
45
};
46
47
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
48
49
}
// End namespace Foam
50
51
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
52
53
#endif
54
55
// ************************************************************************* //
Foam::DAOption
Definition:
DAOption.H:29
Foam::DAStateInfoSolidDisplacementFoam::~DAStateInfoSolidDisplacementFoam
virtual ~DAStateInfoSolidDisplacementFoam()
Definition:
DAStateInfoSolidDisplacementFoam.H:42
daOption
DAOption daOption(mesh, pyOptions_)
Foam::DAStateInfoSolidDisplacementFoam
Definition:
DAStateInfoSolidDisplacementFoam.H:26
mesh
fvMesh & mesh
Definition:
createRefsHeatTransfer.H:4
Foam::DAStateInfoSolidDisplacementFoam::DAStateInfoSolidDisplacementFoam
DAStateInfoSolidDisplacementFoam(const word modelType, const fvMesh &mesh, const DAOption &daOption, const DAModel &daModel)
Definition:
DAStateInfoSolidDisplacementFoam.C:19
Foam::DAModel
Definition:
DAModel.H:59
Foam
Definition:
multiFreqScalarFvPatchField.C:144
Foam::DAStateInfoSolidDisplacementFoam::TypeName
TypeName("DASolidDisplacementFoam")
DAStateInfo.H
daModel
DAModel daModel(mesh, daOption)
Foam::DAStateInfo
Definition:
DAStateInfo.H:30
Generated by
1.8.17