Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
5e972c77
Commit
5e972c77
authored
Dec 04, 2009
by
Mark Olesen
Browse files
remove trailing space from some files
parent
24543185
Changes
341
Hide whitespace changes
Inline
Side-by-side
applications/solvers/combustion/PDRFoam/XiEqns
View file @
5e972c77
...
...
@@ -22,7 +22,7 @@
volScalarField GEta = GEtaCoef/tauEta;
volScalarField XiEqEta = 1.0 + XiCoef*sqrt(up/(Su + SuMin))*Reta;
volScalarField R =
volScalarField R =
GEta*XiEqEta/(XiEqEta - 0.999) + GIn*XiIn/(XiIn - 0.999);
volScalarField XiEqStar = R/(R - GEta - GIn);
...
...
@@ -42,7 +42,7 @@
volScalarField GEta = GEtaCoef/tauEta;
volScalarField XiEqEta = 1.0 + XiCoef*sqrt(up/(Su + SuMin))*Reta;
volScalarField R =
volScalarField R =
GEta*XiEqEta/(XiEqEta - 0.999) + GIn*XiIn/(XiIn - 0.999);
volScalarField XiEqStar = R/(R - GEta - GIn);
...
...
applications/solvers/combustion/PDRFoam/XiModels/algebraic/algebraic.C
View file @
5e972c77
...
...
@@ -91,7 +91,7 @@ bool Foam::XiModels::algebraic::read(const dictionary& XiProperties)
XiModel
::
read
(
XiProperties
);
XiModelCoeffs_
.
lookup
(
"XiShapeCoef"
)
>>
XiShapeCoef
;
return
true
;
}
...
...
applications/solvers/combustion/PDRFoam/laminarFlameSpeed/SCOPE/SCOPELaminarFlameSpeed.C
View file @
5e972c77
...
...
@@ -117,7 +117,7 @@ inline Foam::scalar Foam::laminarFlameSpeedModels::SCOPE::polyPhi
{
scalar
x
=
phi
-
1
.
0
;
return
return
a
[
0
]
*
(
scalar
(
1
)
...
...
applications/solvers/combustion/PDRFoam/setDeltaT.H
View file @
5e972c77
...
...
@@ -45,7 +45,7 @@ if (adjustTimeStep)
maxDeltaT
)
);
Info
<<
"deltaT = "
<<
runTime
.
deltaTValue
()
<<
endl
;
}
...
...
applications/solvers/compressible/rhoCentralFoam/Allwmake
View file @
5e972c77
...
...
@@ -2,7 +2,7 @@
cd
${
0
%/*
}
||
exit
1
# run from this directory
set
-x
wmake libso BCs
wmake libso BCs
wmake
# ----------------------------------------------------------------- end-of-file
applications/solvers/compressible/rhoSonicFoam/rhoSonicFoam.C
View file @
5e972c77
...
...
@@ -84,7 +84,7 @@ int main(int argc, char *argv[])
(
fvm
::
ddt
(
rhoU
)
+
fvm
::
div
(
phiv
,
rhoU
)
==
==
-
fvc
::
grad
(
p
)
);
...
...
applications/solvers/compressible/rhopSonicFoam/Allwmake
View file @
5e972c77
...
...
@@ -2,7 +2,7 @@
cd
${
0
%/*
}
||
exit
1
# run from this directory
set
-x
wmake libso BCs
wmake libso BCs
wmake
# ----------------------------------------------------------------- end-of-file
applications/solvers/compressible/rhopSonicFoam/BCs/p/inviscidWallPFvPatchScalarField.C
View file @
5e972c77
...
...
@@ -131,7 +131,7 @@ void inviscidWallPFvPatchScalarField::updateCoeffs()
const
fvPatchField
<
vector
>&
rhoUp
=
patch
().
lookupPatchField
<
volVectorField
,
vector
>
(
"rhoU"
);
const
fvsPatchField
<
scalar
>&
phip
=
const
fvsPatchField
<
scalar
>&
phip
=
patch
().
lookupPatchField
<
surfaceScalarField
,
scalar
>
(
"phi"
);
const
fvsPatchField
<
scalar
>&
rAp
=
...
...
@@ -147,7 +147,7 @@ void inviscidWallPFvPatchScalarField::updateCoeffs()
void
inviscidWallPFvPatchScalarField
::
write
(
Ostream
&
os
)
const
{
fixedGradientFvPatchScalarField
::
write
(
os
);
os
.
writeKeyword
(
"fluxFraction"
)
os
.
writeKeyword
(
"fluxFraction"
)
<<
fluxFraction_
<<
token
::
END_STATEMENT
<<
nl
;
writeEntry
(
"value"
,
os
);
}
...
...
applications/solvers/compressible/rhopSonicFoam/BCs/rhoE/mixedRhoEFvPatchScalarField.C
View file @
5e972c77
...
...
@@ -145,7 +145,7 @@ void mixedRhoEFvPatchScalarField::updateCoeffs()
const
volScalarField
&
T
=
db
().
lookupObject
<
volScalarField
>
(
"T"
);
const
label
patchi
=
patch
().
index
();
fvPatchScalarField
&
Tp
=
fvPatchScalarField
&
Tp
=
const_cast
<
fvPatchScalarField
&>
(
T
.
boundaryField
()[
patchi
]);
Tp
.
evaluate
();
...
...
@@ -164,7 +164,7 @@ void mixedRhoEFvPatchScalarField::updateCoeffs()
refGrad
()
=
rhop
*
Cv
.
value
()
*
Tp
.
snGrad
()
+
(
refValue
()
refValue
()
-
(
0
.
5
*
rhop
.
patchInternalField
()
*
magSqr
(
rhoUp
.
patchInternalField
()
/
rhop
.
patchInternalField
()))
)
*
patch
().
deltaCoeffs
();
...
...
applications/solvers/compressible/rhopSonicFoam/BCs/rhoU/fixedRhoUFvPatchVectorField.H
View file @
5e972c77
...
...
@@ -66,7 +66,7 @@ public:
const
dictionary
&
);
//- Construct by mapping given fixedRhoUFvPatchVectorField
//- Construct by mapping given fixedRhoUFvPatchVectorField
// onto a new patch
fixedRhoUFvPatchVectorField
(
...
...
applications/solvers/electromagnetics/electrostaticFoam/Make/files
View file @
5e972c77
electrostaticFoam.C
electrostaticFoam.C
EXE = $(FOAM_APPBIN)/electrostaticFoam
applications/solvers/incompressible/icoFoam/Make/files
View file @
5e972c77
icoFoam.C
icoFoam.C
EXE = $(FOAM_APPBIN)/icoFoam
applications/solvers/incompressible/nonNewtonianIcoFoam/Make/files
View file @
5e972c77
nonNewtonianIcoFoam.C
nonNewtonianIcoFoam.C
EXE = $(FOAM_APPBIN)/nonNewtonianIcoFoam
applications/solvers/incompressible/simpleFoam/Make/files
View file @
5e972c77
simpleFoam.C
simpleFoam.C
EXE = $(FOAM_APPBIN)/simpleFoam
applications/solvers/multiphase/bubbleFoam/UEqns.H
View file @
5e972c77
...
...
@@ -41,7 +41,7 @@ fvVectorMatrix UbEqn(Ub, Ub.dimensions()*dimVol/dimTime);
-
fvc
::
interpolate
(
nuEffb
)
*
mesh
.
magSf
()
*
fvc
::
snGrad
(
beta
)
/
fvc
::
interpolate
(
beta
+
scalar
(
0
.
001
));
UbEqn
=
UbEqn
=
(
(
scalar
(
1
)
+
Cvm
*
rhob
*
alpha
/
rhob
)
*
(
...
...
applications/solvers/multiphase/cavitatingFoam/CourantNo.H
View file @
5e972c77
...
...
@@ -36,7 +36,7 @@ scalar acousticCoNum = 0.0;
if
(
mesh
.
nInternalFaces
())
{
surfaceScalarField
SfUfbyDelta
=
surfaceScalarField
SfUfbyDelta
=
mesh
.
surfaceInterpolation
::
deltaCoeffs
()
*
mag
(
phiv
);
CoNum
=
max
(
SfUfbyDelta
/
mesh
.
magSf
())
...
...
applications/solvers/multiphase/cavitatingFoam/continuityErrs.H
View file @
5e972c77
...
...
@@ -3,12 +3,12 @@
dimensionedScalar
totalMass
=
fvc
::
domainIntegrate
(
rho
);
scalar
sumLocalContErr
=
scalar
sumLocalContErr
=
(
fvc
::
domainIntegrate
(
mag
(
rho
-
thermoRho
))
/
totalMass
).
value
();
scalar
globalContErr
=
scalar
globalContErr
=
(
fvc
::
domainIntegrate
(
rho
-
thermoRho
)
/
totalMass
).
value
();
...
...
applications/solvers/multiphase/cavitatingFoam/setDeltaT.H
View file @
5e972c77
...
...
@@ -47,7 +47,7 @@ if (adjustTimeStep)
maxDeltaT
)
);
Info
<<
"deltaT = "
<<
runTime
.
deltaTValue
()
<<
endl
;
}
...
...
applications/solvers/multiphase/multiphaseInterFoam/multiphaseMixture/alphaContactAngle/alphaContactAngleFvPatchScalarField.C
View file @
5e972c77
...
...
@@ -63,7 +63,7 @@ Ostream& operator<<
)
{
os
<<
tp
.
theta0_
<<
token
::
SPACE
<<
tp
.
uTheta_
<<
token
::
SPACE
<<
tp
.
uTheta_
<<
token
::
SPACE
<<
tp
.
thetaA_
<<
token
::
SPACE
<<
tp
.
thetaR_
;
...
...
applications/solvers/multiphase/multiphaseInterFoam/multiphaseMixture/phase/phase.C
View file @
5e972c77
...
...
@@ -28,7 +28,7 @@ License
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
Foam
::
phase
::
phase
Foam
::
phase
::
phase
(
const
word
&
name
,
const
dictionary
&
phaseDict
,
...
...
Prev
1
2
3
4
5
…
18
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment