We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac760e commit a5291b2Copy full SHA for a5291b2
Source/Spray/SprayInjection.H
@@ -182,7 +182,7 @@ SprayParticleContainer::sprayInjectionfromDPMFile(
182
p.rdata(SprayComps::pstateDia) = dia; // Setting the particle density
183
p.rdata(SprayComps::pstateT) =
184
temperature; // Setting the particle temperature
185
- set_part_Y = spray_jet->get_new_particle(
+ set_part_Y = spray_jet->get_new_particle( // NOLINT(clang-analyzer-deadcode.DeadStores)
186
Y_part); // NOLINT(clang-analyzer-deadcode.DeadStores)
187
188
if (SPRAY_FUEL_NUM > 1 && set_part_Y) // Setting particle mass fractions
0 commit comments