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
062846d7
Commit
062846d7
authored
14 years ago
by
andy
Browse files
Options
Downloads
Patches
Plain Diff
STYLE/GIT - correct 80 char lines
parent
7927c4dd
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/lagrangian/spray/parcels/Templates/SprayParcel/SprayParcel.H
+12
-11
12 additions, 11 deletions
...rangian/spray/parcels/Templates/SprayParcel/SprayParcel.H
with
12 additions
and
11 deletions
src/lagrangian/spray/parcels/Templates/SprayParcel/SprayParcel.H
+
12
−
11
View file @
062846d7
...
@@ -65,37 +65,38 @@ protected:
...
@@ -65,37 +65,38 @@ protected:
// Spray parcel properties
// Spray parcel properties
//-
i
nitial droplet diameter
//-
I
nitial droplet diameter
scalar
d0_
;
scalar
d0_
;
//-
i
njection position
//-
I
njection position
vector
position0_
;
vector
position0_
;
//-
p
art of liquid core ( >
0.5
-
liquid, <
0.5
-
droplet )
//-
P
art of liquid core ( >0.5
=
liquid, <0.5
=
droplet )
scalar
liquidCore_
;
scalar
liquidCore_
;
//-
i
ndex for KH Breakup
//-
I
ndex for KH Breakup
scalar
KHindex_
;
scalar
KHindex_
;
//-
s
pherical deviation
//-
S
pherical deviation
scalar
y_
;
scalar
y_
;
//-
r
ate of change of spherical deviation
//-
R
ate of change of spherical deviation
scalar
yDot_
;
scalar
yDot_
;
//-
c
haracteristic time (used in atomization and/or breakup model)
//-
C
haracteristic time (used in atomization and/or breakup model)
scalar
tc_
;
scalar
tc_
;
//-
s
tripped parcel mass due to breakup
//-
S
tripped parcel mass due to breakup
scalar
ms_
;
scalar
ms_
;
//- injected from injector (needed for ex. for calculating distance from injector)
//- Injected from injector (needed e.g. for calculating distance
// from injector)
scalar
injector_
;
scalar
injector_
;
//-
m
omentum relaxation time (needed for calculating parcel acc.)
//-
M
omentum relaxation time (needed for calculating parcel acc.)
scalar
tMom_
;
scalar
tMom_
;
//-
p
assive scalar (extra variable to be defined by user)
//-
P
assive scalar (extra variable to be defined by user)
scalar
user_
;
scalar
user_
;
...
...
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