mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: Resolved clang compiler error in transport model updates
This commit is contained in:
@ -68,12 +68,12 @@ class Arrhenius
|
||||
dimensionedScalar Talpha_;
|
||||
|
||||
//- Field used for as temperature
|
||||
word fieldName_;
|
||||
word fieldName_;
|
||||
|
||||
//- Auto pointer for scalar field
|
||||
autoPtr<volScalarField> field_;
|
||||
|
||||
//- Refernce to mesh
|
||||
//- Reference to mesh
|
||||
const fvMesh& mesh_;
|
||||
|
||||
|
||||
@ -85,8 +85,8 @@ class Arrhenius
|
||||
|
||||
public:
|
||||
|
||||
// //- Runtime type information
|
||||
TypeName("Arrhenius");
|
||||
//- Runtime type information
|
||||
TypeName("Arrhenius");
|
||||
|
||||
|
||||
// Constructors
|
||||
|
||||
@ -26,6 +26,7 @@ License
|
||||
#include "makeArrheniusTypes.H"
|
||||
|
||||
#include "Arrhenius.H"
|
||||
|
||||
#include "BirdCarreau.H"
|
||||
#include "Casson.H"
|
||||
#include "CrossPowerLaw.H"
|
||||
|
||||
@ -44,15 +44,15 @@ License
|
||||
ArrheniusType##visType, \
|
||||
dictionary, \
|
||||
ArrheniusType##visType \
|
||||
); \
|
||||
\
|
||||
defineTemplateTypeNameAndDebugWithName \
|
||||
( \
|
||||
ArrheniusType##visType, \
|
||||
#ArrheniusType"<"#visType">", \
|
||||
0 \
|
||||
); \
|
||||
} \
|
||||
\
|
||||
defineTemplateTypeNameAndDebugWithName \
|
||||
( \
|
||||
viscosityModels::ArrheniusType##visType, \
|
||||
#ArrheniusType"<"#visType">", \
|
||||
0 \
|
||||
); \
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user