Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
7165747f
Commit
7165747f
authored
Jul 28, 2008
by
Mattijs Janssens
Browse files
Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev
parents
d3ccd23b
6ddfb349
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/solvers/incompressible/icoFoam/icoFoam.C
View file @
7165747f
/*---------------------------------------------------------------------------*
\
/*---------------------------------------------------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
...
...
@@ -71,7 +71,7 @@ int main(int argc, char *argv[])
volScalarField
rUA
=
1
.
0
/
UEqn
.
A
();
U
=
rUA
*
UEqn
.
H
();
phi
=
(
fvc
::
interpolate
(
U
)
&
mesh
.
Sf
())
phi
=
(
fvc
::
interpolate
(
U
)
&
mesh
.
Sf
())
+
fvc
::
ddtPhiCorr
(
rUA
,
U
,
phi
);
adjustPhi
(
phi
,
U
,
p
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment