Merge branch 'feature-AMIWeights-FO' into 'develop'

ENH: Added new AMIWeights function object

See merge request Development/OpenFOAM-plus!225
This commit is contained in:
Andrew Heather
2018-12-10 09:55:03 +00:00
6 changed files with 599 additions and 0 deletions

View File

@ -0,0 +1,17 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1806 |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
AMIWeights
{
type AMIWeights;
libs ("libfieldFunctionObjects.so");
writeControl writeTime;
writeFields no;
}
// ************************************************************************* //

View File

@ -57,6 +57,7 @@ functions
#includeFunc Q
#include "surfaces"
#include "forces"
#include "AMIWeights"
}
// ************************************************************************* //