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
Commits
3050ff92
Commit
3050ff92
authored
Nov 18, 2015
by
Henry Weller
Browse files
rhoReactingFoam: Updated to use the latest UEqn.H from reactingFoam
parent
91261b30
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/solvers/combustion/reactingFoam/rhoReactingFoam/pEqn.H
View file @
3050ff92
...
...
@@ -5,11 +5,11 @@
// pressure solution - done in 2 parts. Part 1:
thermo
.
rho
()
-=
psi
*
p
;
volScalarField
rAU
(
1
.
0
/
UEqn
.
A
());
volScalarField
rAU
(
1
.
0
/
UEqn
()
.
A
());
surfaceScalarField
rhorAUf
(
"rhorAUf"
,
fvc
::
interpolate
(
rho
*
rAU
));
volVectorField
HbyA
(
"HbyA"
,
U
);
HbyA
=
rAU
*
UEqn
.
H
();
HbyA
=
rAU
*
UEqn
()
.
H
();
if
(
pimple
.
transonic
())
{
...
...
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