ENH: Calling cloud local funcs

This commit is contained in:
andy
2010-10-28 16:27:42 +01:00
parent bbd4e10388
commit 1dc1ed72a2

View File

@ -160,7 +160,7 @@ void Foam::KinematicCloud<ParcelType>::solve
{
if (solution_.transient())
{
preEvolve();
td.cloud().preEvolve();
evolveCloud(td);
}
@ -168,7 +168,7 @@ void Foam::KinematicCloud<ParcelType>::solve
{
td.cloud().storeState();
preEvolve();
td.cloud().preEvolve();
evolveCloud(td);
@ -177,7 +177,7 @@ void Foam::KinematicCloud<ParcelType>::solve
td.cloud().info();
postEvolve();
td.cloud().postEvolve();
if (solution_.steadyState())
{
@ -250,7 +250,7 @@ void Foam::KinematicCloud<ParcelType>::evolveCloud
{
if (solution_.coupled())
{
resetSourceTerms();
td.cloud().resetSourceTerms();
}
if (solution_.transient())