Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
46f16ecb
Commit
46f16ecb
authored
Feb 10, 2015
by
Henry
Browse files
Use old PISO control structure for teaching solvers icoFoam and nonNewtonianIcoFoam
parent
25908eb4
Changes
2
Hide whitespace changes
Inline
Side-by-side
applications/solvers/incompressible/icoFoam/createFields.H
View file @
46f16ecb
...
...
@@ -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 @
46f16ecb
...
...
@@ -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
Markdown
is supported
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