mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
19 lines
814 B
C++
19 lines
814 B
C++
/*--------------------------------*- 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;
|
|
// writeFields yes;
|
|
}
|
|
|
|
// ************************************************************************* //
|