mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
clean up whitespaces
no tabs, no extra whitespaces!
This commit is contained in:
@ -90,10 +90,9 @@ public:
|
||||
|
||||
// Member Functions
|
||||
|
||||
tmp<volScalarField> thermCond() const;
|
||||
|
||||
tmp<volScalarField> thermDiff() const;
|
||||
tmp<volScalarField> thermCond() const;
|
||||
|
||||
tmp<volScalarField> thermDiff() const;
|
||||
|
||||
};
|
||||
|
||||
|
||||
@ -62,7 +62,7 @@ ZehnerSchluenderThermCond::ZehnerSchluenderThermCond
|
||||
),
|
||||
sm.mesh(),
|
||||
dimensionedScalar("one", dimensionSet(1, 1, -3, -1,0,0,0), 1.0),
|
||||
"zeroGradient"
|
||||
"zeroGradient"
|
||||
),
|
||||
voidfractionFieldName_(propsDict_.lookupOrDefault<word>("voidfractionFieldName","voidfraction")),
|
||||
voidfraction_(sm.mesh().lookupObject<volScalarField> (voidfractionFieldName_)),
|
||||
|
||||
@ -97,10 +97,9 @@ public:
|
||||
|
||||
// Member Functions
|
||||
|
||||
tmp<volScalarField> thermCond() const;
|
||||
|
||||
tmp<volScalarField> thermDiff() const;
|
||||
tmp<volScalarField> thermCond() const;
|
||||
|
||||
tmp<volScalarField> thermDiff() const;
|
||||
|
||||
};
|
||||
|
||||
|
||||
@ -22,6 +22,7 @@ License
|
||||
|
||||
#include "noThermCond.H"
|
||||
#include "addToRunTimeSelectionTable.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
namespace Foam
|
||||
|
||||
@ -33,6 +33,7 @@ SourceFiles
|
||||
|
||||
#include "fvCFD.H"
|
||||
#include "cfdemCloud.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
namespace Foam
|
||||
@ -52,11 +53,11 @@ protected:
|
||||
|
||||
cfdemCloud& particleCloud_;
|
||||
|
||||
IOdictionary transportProperties_;
|
||||
IOdictionary transportProperties_;
|
||||
|
||||
dimensionedScalar kf0_;
|
||||
dimensionedScalar kf0_;
|
||||
|
||||
dimensionedScalar Cp_;
|
||||
dimensionedScalar Cp_;
|
||||
|
||||
|
||||
public:
|
||||
@ -105,9 +106,9 @@ public:
|
||||
|
||||
// Member Functions
|
||||
|
||||
virtual tmp<volScalarField> thermCond() const = 0;
|
||||
virtual tmp<volScalarField> thermCond() const = 0;
|
||||
|
||||
virtual tmp<volScalarField> thermDiff() const = 0;
|
||||
virtual tmp<volScalarField> thermDiff() const = 0;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user