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
f5ae1a6a
Commit
f5ae1a6a
authored
12 years ago
by
andy
Browse files
Options
Downloads
Patches
Plain Diff
STYLE: limit code to 80 chars
parent
96f51164
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/finiteVolume/cfdTools/general/MRF/MRFZone.H
+10
-2
10 additions, 2 deletions
src/finiteVolume/cfdTools/general/MRF/MRFZone.H
with
10 additions
and
2 deletions
src/finiteVolume/cfdTools/general/MRF/MRFZone.H
+
10
−
2
View file @
f5ae1a6a
...
...
@@ -175,13 +175,21 @@ public:
}
//- Add the Coriolis force contribution to the acceleration field
void
addCoriolis
(
const
volVectorField
&
U
,
volVectorField
&
ddtU
)
const
;
void
addCoriolis
(
const
volVectorField
&
U
,
volVectorField
&
ddtU
)
const
;
//- Add the Coriolis force contribution to the momentum equation
void
addCoriolis
(
fvVectorMatrix
&
UEqn
)
const
;
//- Add the Coriolis force contribution to the momentum equation
void
addCoriolis
(
const
volScalarField
&
rho
,
fvVectorMatrix
&
UEqn
)
const
;
void
addCoriolis
(
const
volScalarField
&
rho
,
fvVectorMatrix
&
UEqn
)
const
;
//- Make the given absolute velocity relative within the MRF region
void
relativeVelocity
(
volVectorField
&
U
)
const
;
...
...
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