mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: remove extraneous '}' from dictionary input
This commit is contained in:
@ -23,10 +23,7 @@ internalField uniform 0;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
back
|
||||
{
|
||||
type wedge;
|
||||
}
|
||||
back { type wedge; }
|
||||
front { $back; }
|
||||
liner { $:wall.alphat; }
|
||||
cylinderHead { $liner; }
|
||||
|
||||
@ -23,16 +23,12 @@ internalField uniform 0;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
back
|
||||
{
|
||||
type wedge;
|
||||
}
|
||||
back { type wedge; }
|
||||
front { $back; }
|
||||
liner { $:wall.nut; }
|
||||
cylinderHead { $liner; }
|
||||
piston { $liner; }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -45,6 +45,5 @@ timePrecision 6;
|
||||
|
||||
runTimeModifiable true;
|
||||
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -44,6 +44,5 @@ timePrecision 6;
|
||||
|
||||
runTimeModifiable true;
|
||||
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user