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