Skip to content
Snippets Groups Projects
Commit 78ce13bb authored by andy's avatar andy
Browse files

STYLE: updated comment

parent 490f1ca5
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment