ITHACA-FV
2023.1
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
v
w
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
v
w
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Functions
_
a
c
d
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
v
x
y
Typedefs
Macros
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
src
ITHACA_FOMPROBLEMS
UnsteadyNSTurb
createUfIfPresent.H
Go to the documentation of this file.
1
if
(
mesh
.dynamic())
2
{
3
Info<<
"Constructing face velocity Uf\n"
<< endl;
4
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
}
1
if
(
mesh
.dynamic()) {
…
}
mesh
Foam::fvMesh & mesh
Definition
createMesh.H:47
runTime
Foam::Time & runTime
Definition
createTime.H:33
U
volVectorField & U
Definition
createFields.H:42
Generated by
1.11.0