mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
23 lines
898 B
INI
23 lines
898 B
INI
/*---------------------------------------------------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 1.0 |
|
|
| \\ / A nd | Web: http://www.openfoam.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
midPoint
|
|
{
|
|
type dictionary;
|
|
description "One sampling point per cell, between two face intersections";
|
|
entries
|
|
{
|
|
include "name.cfg";
|
|
include "axis.cfg";
|
|
include "start.cfg";
|
|
include "end.cfg";
|
|
}
|
|
}
|
|
|
|
// ************************************************************************* //
|