mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
26 lines
862 B
INI
26 lines
862 B
INI
/*---------------------------------------------------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 1.0 |
|
|
| \\ / A nd | Web: http://www.openfoam.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
boxToCell
|
|
{
|
|
type
|
|
{
|
|
include "../../../mesh/manipulation/cellSet/FoamX/boxToCell.cfg";
|
|
}
|
|
|
|
entries
|
|
{
|
|
fieldValues
|
|
{
|
|
type fieldValues;
|
|
}
|
|
}
|
|
}
|
|
|
|
// ************************************************************************* //
|