functionObject::age: Changed from "execute" to "write" control
This commit is contained in:
@ -107,6 +107,12 @@ bool Foam::functionObjects::age::read(const dictionary& dict)
|
|||||||
|
|
||||||
|
|
||||||
bool Foam::functionObjects::age::execute()
|
bool Foam::functionObjects::age::execute()
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
bool Foam::functionObjects::age::write()
|
||||||
{
|
{
|
||||||
volScalarField t
|
volScalarField t
|
||||||
(
|
(
|
||||||
@ -181,10 +187,4 @@ bool Foam::functionObjects::age::execute()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
bool Foam::functionObjects::age::write()
|
|
||||||
{
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
Reference in New Issue
Block a user