Skip to content
GitLab
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
78ce13bb
Commit
78ce13bb
authored
May 27, 2011
by
andy
Browse files
STYLE: updated comment
parent
490f1ca5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/InjectionModel/InjectionModel.C
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
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment