21 lines
787 B
C++
21 lines
787 B
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: dev |
|
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
internalCloud
|
|
{
|
|
fields (p U);
|
|
points
|
|
(
|
|
(0 0 0)
|
|
);
|
|
|
|
#includeEtc "caseDicts/postProcessing/probes/internalCloud.cfg"
|
|
}
|
|
|
|
// ************************************************************************* //
|