ENH: Updates to function objects

This commit is contained in:
andy
2012-10-16 10:47:21 +01:00
parent 967e389e94
commit 47a746b2c1
6 changed files with 30 additions and 40 deletions

View File

@ -166,8 +166,7 @@ void Foam::forceCoeffs::write()
mag(binPoints_)
);
fileName forcesDir =
baseFileDir()/name_/obr_.time().timeName();
fileName forcesDir = baseTimeDir();
mkDir(forcesDir);
if (log_)