mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
22 lines
843 B
INI
22 lines
843 B
INI
/*---------------------------------------------------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 1.0 |
|
|
| \\ / A nd | Web: http://www.openfoam.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
cloud
|
|
{
|
|
type dictionary;
|
|
description "Samples a set of specified points";
|
|
entries
|
|
{
|
|
include "name.cfg";
|
|
include "axis.cfg";
|
|
include "points.cfg";
|
|
}
|
|
}
|
|
|
|
// ************************************************************************* //
|