mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Remove unused "turbulence" switch.
This commit is contained in:
@ -75,7 +75,6 @@ LESModel::LESModel
|
||||
)
|
||||
),
|
||||
|
||||
turbulence_(lookup("turbulence")),
|
||||
printCoeffs_(lookupOrDefault<Switch>("printCoeffs", false)),
|
||||
coeffDict_(subDictPtr(type + "Coeffs")),
|
||||
|
||||
|
||||
@ -80,7 +80,6 @@ protected:
|
||||
|
||||
// Protected data
|
||||
|
||||
Switch turbulence_;
|
||||
Switch printCoeffs_;
|
||||
dictionary coeffDict_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user