Skip to content
GitLab
Menu
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-plus
Commits
6a1803d4
Commit
6a1803d4
authored
Feb 10, 2015
by
Henry
Browse files
Use old PISO control structure for teaching solvers icoFoam and nonNewtonianIcoFoam
parent
78f8e84d
Changes
2
Hide whitespace changes
Inline
Side-by-side
applications/solvers/incompressible/icoFoam/createFields.H
View file @
6a1803d4
...
...
@@ -52,4 +52,4 @@
label
pRefCell
=
0
;
scalar
pRefValue
=
0
.
0
;
setRefCell
(
p
,
piso
.
dict
(
),
pRefCell
,
pRefValue
);
setRefCell
(
p
,
mesh
.
solutionDict
().
subDict
(
"PISO"
),
pRefCell
,
pRefValue
);
applications/solvers/incompressible/nonNewtonianIcoFoam/createFields.H
View file @
6a1803d4
...
...
@@ -36,4 +36,4 @@
label
pRefCell
=
0
;
scalar
pRefValue
=
0
.
0
;
setRefCell
(
p
,
piso
.
dict
(
),
pRefCell
,
pRefValue
);
setRefCell
(
p
,
mesh
.
solutionDict
().
subDict
(
"PISO"
),
pRefCell
,
pRefValue
);
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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