mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +00:00
boundaryExit beforeIteration, not tested
This commit is contained in:
@ -274,7 +274,7 @@ pFlow::sphereParticles::sphereParticles(
|
||||
(
|
||||
"propertyId",
|
||||
"",
|
||||
objectFile::READ_ALWAYS,
|
||||
objectFile::READ_NEVER,
|
||||
objectFile::WRITE_NEVER
|
||||
),
|
||||
dynPointStruct(),
|
||||
|
@ -87,11 +87,11 @@ protected:
|
||||
return dynPointStruct_.pointPosition();
|
||||
}
|
||||
|
||||
inline
|
||||
/*inline
|
||||
auto& velocity()
|
||||
{
|
||||
return dynPointStruct_.velocity();
|
||||
}
|
||||
}*/
|
||||
|
||||
inline
|
||||
auto& shapeIndex()
|
||||
|
Reference in New Issue
Block a user