mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
tutorials: Removed unnecessary spaces between parentheses and values in vectors
This commit is contained in:
@ -22,7 +22,7 @@ solidBodyMotionFvMeshCoeffs
|
||||
solidBodyMotionFunction SDA;
|
||||
SDACoeffs
|
||||
{
|
||||
CofG ( 0 0 0 );
|
||||
CofG (0 0 0);
|
||||
lamda 50;
|
||||
rollAmax 0.22654;
|
||||
rollAmin 0.10472;
|
||||
|
||||
@ -16,7 +16,7 @@ FoamFile
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dimensions [0 1 -2 0 0 0 0];
|
||||
value ( 0 0 -9.81 );
|
||||
value (0 0 -9.81);
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -61,8 +61,8 @@ functions
|
||||
outputControl outputTime;
|
||||
probeLocations
|
||||
(
|
||||
( 0 9.95 19.77 )
|
||||
( 0 -9.95 19.77 )
|
||||
(0 9.95 19.77)
|
||||
(0 -9.95 19.77)
|
||||
);
|
||||
fixedLocations false;
|
||||
fields
|
||||
|
||||
@ -21,13 +21,13 @@ method hierarchical;
|
||||
|
||||
simpleCoeffs
|
||||
{
|
||||
n ( 2 2 1 );
|
||||
n (2 2 1);
|
||||
delta 0.001;
|
||||
}
|
||||
|
||||
hierarchicalCoeffs
|
||||
{
|
||||
n ( 4 2 2 );
|
||||
n (4 2 2);
|
||||
delta 0.001;
|
||||
order xyz;
|
||||
}
|
||||
|
||||
@ -24,7 +24,7 @@ regions
|
||||
(
|
||||
boxToCell
|
||||
{
|
||||
box ( -100 -100 -100 ) ( 100 100 0 );
|
||||
box (-100 -100 -100) (100 100 0);
|
||||
fieldValues
|
||||
(
|
||||
volScalarFieldValue alpha.water 1
|
||||
|
||||
Reference in New Issue
Block a user