mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: remove superfluous 'sourceInfo' (topo sets)
- update annotated dicts, remove tabs - use point1/point2 for cylinder sources
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: v2112 |
|
||||
| \\ / O peration | Version: v2206 |
|
||||
| \\ / A nd | Website: www.openfoam.com |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
@ -23,9 +23,9 @@ regions
|
||||
(
|
||||
cylinderToCell
|
||||
{
|
||||
p1 (0 0 -5);
|
||||
p2 (0 0 0);
|
||||
radius 1;
|
||||
point1 (0 0 -5);
|
||||
point2 (0 0 0);
|
||||
radius 1;
|
||||
fieldValues
|
||||
(
|
||||
volScalarFieldValue DT 1e6
|
||||
|
||||
Reference in New Issue
Block a user