mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
fix Wignored-qualifiers warnings
This commit is contained in:
@ -107,7 +107,7 @@ ErgunStatFines::~ErgunStatFines()
|
||||
|
||||
|
||||
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
|
||||
const scalar ErgunStatFines::dSauter(label cellI) const
|
||||
scalar ErgunStatFines::dSauter(label cellI) const
|
||||
{
|
||||
// Sauter mean diameter without influence of medium-scale fines
|
||||
scalar dS = dSauter_[cellI] / scaleDist_;
|
||||
|
||||
@ -73,7 +73,7 @@ private:
|
||||
|
||||
mutable scalar switchingVoidfraction_; //voidfraction above which dilute formulation will be used
|
||||
|
||||
inline const scalar dSauter(label) const;
|
||||
inline scalar dSauter(label) const;
|
||||
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user