etc/caseDicts/postProcessing/fields: Added 'components' and 'div'
This commit is contained in:
parent
6ea0cbc9cb
commit
53d97b8574
2 changed files with 36 additions and 0 deletions
18
etc/caseDicts/postProcessing/fields/components
Normal file
18
etc/caseDicts/postProcessing/fields/components
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: dev |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
components
|
||||
{
|
||||
type components;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
|
||||
executeControl writeTime;
|
||||
writeControl writeTime;
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
18
etc/caseDicts/postProcessing/fields/div
Normal file
18
etc/caseDicts/postProcessing/fields/div
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: dev |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
div
|
||||
{
|
||||
type div;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
|
||||
executeControl writeTime;
|
||||
writeControl writeTime;
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
Loading…
Add table
Reference in a new issue