16 lines
256 B
C++
16 lines
256 B
C++
IOdictionary transportProperties
|
|
(
|
|
IOobject
|
|
(
|
|
"transportProperties",
|
|
runTime.constant(),
|
|
mesh,
|
|
IOobject::MUST_READ,
|
|
IOobject::NO_WRITE
|
|
)
|
|
);
|
|
|
|
dimensionedScalar h0
|
|
(
|
|
transportProperties.lookup("h0")
|
|
);
|