Files
2024-07-06 16:02:47 +01:00

25 lines
837 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 12
\\/ M anipulation |
-------------------------------------------------------------------------------
Description
Create a uniform field.
\*---------------------------------------------------------------------------*/
type uniform;
libs ("libfieldFunctionObjects.so");
fieldType <fieldType>;
field <fieldName>;
dimensions <dimensions>;
value <value>;
executeControl writeTime;
writeControl writeTime;
// ************************************************************************* //