boundaryExit beforeIteration, not tested

This commit is contained in:
Hamidreza Norouzi
2024-01-28 14:43:10 -08:00
parent 0df384f546
commit c0ee29e39c
26 changed files with 484 additions and 142 deletions

View File

@ -274,7 +274,7 @@ pFlow::sphereParticles::sphereParticles(
(
"propertyId",
"",
objectFile::READ_ALWAYS,
objectFile::READ_NEVER,
objectFile::WRITE_NEVER
),
dynPointStruct(),

View File

@ -87,11 +87,11 @@ protected:
return dynPointStruct_.pointPosition();
}
inline
/*inline
auto& velocity()
{
return dynPointStruct_.velocity();
}
}*/
inline
auto& shapeIndex()