mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
58 lines
1.7 KiB
C++
58 lines
1.7 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: dev |
|
|
| \\ / A nd | Web: www.OpenFOAM.com |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
location "constant";
|
|
object fvOptions;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
disk1
|
|
{
|
|
type actuationDiskSource;
|
|
active on;
|
|
|
|
actuationDiskSourceCoeffs
|
|
{
|
|
fieldNames (U);
|
|
|
|
selectionMode cellSet;
|
|
cellSet actuationDisk1;
|
|
diskDir (1 0 0); // Orientation of the disk
|
|
Cp 0.386;
|
|
Ct 0.58;
|
|
diskArea 40;
|
|
upstreamPoint (581849 4785810 1065);
|
|
}
|
|
}
|
|
|
|
disk2
|
|
{
|
|
type actuationDiskSource;
|
|
active on;
|
|
|
|
actuationDiskSourceCoeffs
|
|
{
|
|
fieldNames (U);
|
|
|
|
selectionMode cellSet;
|
|
cellSet actuationDisk2;
|
|
diskDir (1 0 0); // Orientation of the disk
|
|
Cp 0.53;
|
|
Ct 0.58;
|
|
diskArea 40;
|
|
upstreamPoint (581753 4785663 1070);
|
|
}
|
|
}
|
|
|
|
|
|
// ************************************************************************* //
|