ENH: functionObjects - updated writing to file

This commit is contained in:
andy
2013-11-25 10:52:20 +00:00
parent 18ae63051b
commit 636215a0ea
14 changed files with 267 additions and 145 deletions

View File

@ -23,7 +23,7 @@ libs
application simpleFoam;
startFrom latestTime;
startFrom startTime; // latestTime;
startTime 0;

View File

@ -8,7 +8,8 @@
forceCoeffs1
{
type forceCoeffs;
// type forceCoeffs;
type forces;
functionObjectLibs ( "libforces.so" );