openfoam/applications/utilities/postProcessing/miscellaneous/postChannel/readTransportProperties.H
2008-04-15 18:56:58 +01:00

14 lines
293 B
C

Info<< nl << "Reading transportProperties" << endl;
IOdictionary transportProperties
(
IOobject
(
"transportProperties",
runTime.constant(),
mesh,
IOobject::MUST_READ,
IOobject::NO_WRITE
)
);