mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: controlDict: removed tab
This commit is contained in:
@ -55,17 +55,17 @@ functions
|
|||||||
{
|
{
|
||||||
forces
|
forces
|
||||||
{
|
{
|
||||||
type forces;
|
type forces;
|
||||||
functionObjectLibs ("libforces.so");
|
functionObjectLibs ("libforces.so");
|
||||||
outputControl outputTime;
|
outputControl outputTime;
|
||||||
outputInterval 1;
|
outputInterval 1;
|
||||||
patches (floatingObject);
|
patches (floatingObject);
|
||||||
pName p;
|
pName p;
|
||||||
UName U;
|
UName U;
|
||||||
rhoName rhoInf;
|
rhoName rhoInf;
|
||||||
log true;
|
log true;
|
||||||
rhoInf 1000;
|
rhoInf 1000;
|
||||||
CofR (0 0 0);
|
CofR (0 0 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
poolHeight
|
poolHeight
|
||||||
@ -84,7 +84,7 @@ functions
|
|||||||
(
|
(
|
||||||
zeta
|
zeta
|
||||||
);
|
);
|
||||||
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user