Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
openfoam
Commits
a83588ec
Commit
a83588ec
authored
16 years ago
by
Andrew Heather
Browse files
Options
Downloads
Patches
Plain Diff
using surfaceScalarField constructor to name field
parent
efdb3fd3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/solvers/heatTransfer/buoyantFoam/pEqn.H
+1
-1
1 addition, 1 deletion
applications/solvers/heatTransfer/buoyantFoam/pEqn.H
with
1 addition
and
1 deletion
applications/solvers/heatTransfer/buoyantFoam/pEqn.H
+
1
−
1
View file @
a83588ec
...
...
@@ -4,7 +4,7 @@
rho
=
thermo
->
rho
();
volScalarField
rUA
=
1
.
0
/
UEqn
.
A
();
surfaceScalarField
rhorUAf
=
fvc
::
interpolate
(
rho
*
rUA
);
surfaceScalarField
rhorUAf
(
"(rho*(1|A(U)))"
,
fvc
::
interpolate
(
rho
*
rUA
)
)
;
U
=
rUA
*
UEqn
.
H
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment