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 * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
template<unsigned Size>
|
||||
Foam::boundBox::boundBox
|
||||
(
|
||||
@ -75,7 +74,6 @@ Foam::boundBox::boundBox
|
||||
|
||||
// * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
template<unsigned Size>
|
||||
bool Foam::boundBox::contains
|
||||
(
|
||||
|
||||
@ -390,7 +390,7 @@ void LaunderGibsonRSTM::correct()
|
||||
|
||||
const volSymmTensorField reflect
|
||||
(
|
||||
C1Ref_*epsilon_/k_*R_ - C2Ref_*Clg2_*dev(P)
|
||||
C1Ref_*epsilon_/k_*R_ - C2Ref_*Clg2_*dev(P)
|
||||
);
|
||||
|
||||
tmp<fvSymmTensorMatrix> REqn
|
||||
|
||||
Reference in New Issue
Block a user