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
cbd606d3
Commit
cbd606d3
authored
Jul 27, 2008
by
henry
Browse files
Minor format correction.
parent
1e072d64
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/solvers/incompressible/icoFoam/icoFoam.C
View file @
cbd606d3
/*---------------------------------------------------------------------------*
\
/*---------------------------------------------------------------------------*\
========= |
\\ / 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