ITHACA-FV
2026.04
Loading...
Searching...
No Matches
src
ITHACA_FOMPROBLEMS
UnsteadyNSTurb
createUfIfPresent.H
1
2
if
(mesh.dynamic())
3
{
4
Info <<
"Constructing face velocity Uf\n"
<< endl;
5
_Uf.reset
6
(
7
new
surfaceVectorField
8
(
9
IOobject
10
(
11
"Uf"
,
12
runTime.timeName(),
13
mesh,
14
IOobject::READ_IF_PRESENT,
15
IOobject::AUTO_WRITE
16
),
17
fvc::interpolate(U)
18
)
19
);
20
}
Generated by
1.16.1