STYLE: remove trailing space, tabs

This commit is contained in:
OpenFOAM bot
2020-01-22 10:00:03 +01:00
parent f172309956
commit 596e4aef3f
76 changed files with 140 additions and 140 deletions

View File

@ -48,7 +48,7 @@ Usage
type heatTransferCoeff;
libs ("libfieldFunctionObjects.so");
...
htcModel ReynoldsAnalogy;
htcModel ReynoldsAnalogy;
UInf (20 0 0);
Cp CpInf;
CpInf 1005;

View File

@ -42,8 +42,8 @@ Usage
type heatTransferCoeff;
libs ("libfieldFunctionObjects.so");
...
htcModel fixedReferenceTemperature;
TRef 300;
htcModel fixedReferenceTemperature;
TRef 300;
...
\endverbatim

View File

@ -42,7 +42,7 @@ Usage
type heatTransferCoeff;
libs ("libfieldFunctionObjects.so");
...
htcModel localReferenceTemperature;
htcModel localReferenceTemperature;
...
\endverbatim