Loading...
Searching...
No Matches
createThermocouples.H
1IOdictionary thermocouplesPosition
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"));