ITHACA-FV
2023.1
Loading...
Searching...
No Matches
src
ITHACA_FOMPROBLEMS
inverseLaplacianProblem
createThermocouples.H
Go to the documentation of this file.
1
IOdictionary
thermocouplesPosition
2
(
3
IOobject
4
(
5
"thermocouplesDict"
,
6
runTime
.constant(),
7
mesh
,
8
IOobject::MUST_READ,
9
IOobject::NO_WRITE
10
)
11
);
12
13
List<vector>
TCpos
(
thermocouplesPosition
.lookup(
"positions"
));
mesh
Foam::fvMesh & mesh
Definition
createMesh.H:47
runTime
Foam::Time & runTime
Definition
createTime.H:33
thermocouplesPosition
IOdictionary thermocouplesPosition(IOobject("thermocouplesDict", runTime.constant(), mesh, IOobject::MUST_READ, IOobject::NO_WRITE))
TCpos
List< vector > TCpos(thermocouplesPosition.lookup("positions"))
Generated by
1.11.0