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
78ce13bb
Commit
78ce13bb
authored
14 years ago
by
andy
Browse files
Options
Downloads
Patches
Plain Diff
STYLE: updated comment
parent
490f1ca5
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
src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/InjectionModel/InjectionModel.C
+4
-4
4 additions, 4 deletions
.../Kinematic/InjectionModel/InjectionModel/InjectionModel.C
with
4 additions
and
4 deletions
src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/InjectionModel/InjectionModel.C
+
4
−
4
View file @
78ce13bb
...
...
@@ -592,13 +592,13 @@ void Foam::InjectionModel<CloudType>::inject(TrackData& td)
tetPtI
);
// Check/set new parcel properties
// Check/set new parcel
thermo
properties
cloud
.
setParcelThermoProperties
(
*
pPtr
,
dt
,
fullyDescribed
());
// Assign new parcel properties in injection model
setProperties
(
parcelI
,
newParcels
,
timeInj
,
*
pPtr
);
// Check/set new parcel properties
// Check/set new parcel
injection
properties
cloud
.
checkParcelProperties
(
*
pPtr
,
dt
,
fullyDescribed
());
// Apply correction to velocity for 2-D cases
...
...
@@ -701,13 +701,13 @@ void Foam::InjectionModel<CloudType>::injectSteadyState
tetPtI
);
// Check/set new parcel properties
// Check/set new parcel
thermo
properties
cloud
.
setParcelThermoProperties
(
*
pPtr
,
0
.
0
,
fullyDescribed
());
// Assign new parcel properties in injection model
setProperties
(
parcelI
,
newParcels
,
0
.
0
,
*
pPtr
);
// Check/set new parcel properties
// Check/set new parcel
injection
properties
cloud
.
checkParcelProperties
(
*
pPtr
,
0
.
0
,
fullyDescribed
());
// Apply correction to velocity for 2-D cases
...
...
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