mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Minor code formatting changes
This commit is contained in:
@ -30,7 +30,6 @@ License
|
|||||||
|
|
||||||
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
|
||||||
template<unsigned Size>
|
template<unsigned Size>
|
||||||
Foam::boundBox::boundBox
|
Foam::boundBox::boundBox
|
||||||
(
|
(
|
||||||
@ -75,7 +74,6 @@ Foam::boundBox::boundBox
|
|||||||
|
|
||||||
// * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
|
||||||
template<unsigned Size>
|
template<unsigned Size>
|
||||||
bool Foam::boundBox::contains
|
bool Foam::boundBox::contains
|
||||||
(
|
(
|
||||||
|
|||||||
@ -390,7 +390,7 @@ void LaunderGibsonRSTM::correct()
|
|||||||
|
|
||||||
const volSymmTensorField reflect
|
const volSymmTensorField reflect
|
||||||
(
|
(
|
||||||
C1Ref_*epsilon_/k_*R_ - C2Ref_*Clg2_*dev(P)
|
C1Ref_*epsilon_/k_*R_ - C2Ref_*Clg2_*dev(P)
|
||||||
);
|
);
|
||||||
|
|
||||||
tmp<fvSymmTensorMatrix> REqn
|
tmp<fvSymmTensorMatrix> REqn
|
||||||
|
|||||||
Reference in New Issue
Block a user