22 lines
809 B
C++
22 lines
809 B
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
========= |
|
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
|
\\ / O peration | Version: v1912
|
|
\\ / A nd | Website: www.openfoam.com
|
|
\\/ M anipulation |
|
|
-------------------------------------------------------------------------------
|
|
Description
|
|
Adds a random component to a field, with a specified perturbation
|
|
magnitude.
|
|
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
#includeEtc "caseDicts/postProcessing/fields/randomise.cfg"
|
|
|
|
field <fieldName>;
|
|
|
|
// Set the magnitude of the perturbation
|
|
magPerturbation <scalar>;
|
|
|
|
// ************************************************************************* //
|