mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Corrected line length
This commit is contained in:
@ -36,8 +36,6 @@ Description
|
||||
#include "basicThermo.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
namespace Foam
|
||||
{
|
||||
|
||||
#define makeSolidThermo(BaseThermo,Cthermo,Mixture,Transport,Radiation,Type,Thermo,EqnOfState,Specie)\
|
||||
\
|
||||
@ -64,11 +62,12 @@ typedef Cthermo \
|
||||
> \
|
||||
>, \
|
||||
BaseThermo \
|
||||
>Cthermo##Mixture##Transport##Radiation##Type##Thermo##EqnOfState##Specie##BaseThermo;\
|
||||
> Cthermo##Mixture##Transport##Radiation##Type##Thermo \
|
||||
##EqnOfState##Specie##BaseThermo; \
|
||||
\
|
||||
defineTemplateTypeNameAndDebugWithName \
|
||||
( \
|
||||
Cthermo##Mixture##Transport##Radiation##Type##Thermo##EqnOfState##Specie##BaseThermo, \
|
||||
Cthermo##Mixture##Transport##Radiation##Type##Thermo##EqnOfState##Specie##BaseThermo, \
|
||||
#Cthermo \
|
||||
"<" \
|
||||
#Mixture \
|
||||
@ -109,7 +108,7 @@ typedef Mixture \
|
||||
> \
|
||||
> \
|
||||
> \
|
||||
> Mixture##Transport##Radiation##Type##Thermo##EqnOfState##Specie; \
|
||||
> Mixture##Transport##Radiation##Type##Thermo##EqnOfState##Specie; \
|
||||
\
|
||||
\
|
||||
defineTemplateTypeNameAndDebugWithName \
|
||||
@ -133,26 +132,28 @@ defineTemplateTypeNameAndDebugWithName \
|
||||
addToRunTimeSelectionTable \
|
||||
( \
|
||||
BaseThermo, \
|
||||
Cthermo##Mixture##Transport##Radiation##Type##Thermo##EqnOfState##Specie##BaseThermo, \
|
||||
Cthermo##Mixture##Transport##Radiation##Type##Thermo \
|
||||
##EqnOfState##Specie##BaseThermo, \
|
||||
mesh \
|
||||
); \
|
||||
\
|
||||
addToRunTimeSelectionTable \
|
||||
( \
|
||||
basicThermo, \
|
||||
Cthermo##Mixture##Transport##Radiation##Type##Thermo##EqnOfState##Specie##BaseThermo, \
|
||||
Cthermo##Mixture##Transport##Radiation##Type##Thermo \
|
||||
##EqnOfState##Specie##BaseThermo, \
|
||||
fvMesh \
|
||||
); \
|
||||
\
|
||||
addToRunTimeSelectionTable \
|
||||
( \
|
||||
BaseThermo, \
|
||||
Cthermo##Mixture##Transport##Radiation##Type##Thermo##EqnOfState##Specie##BaseThermo, \
|
||||
Cthermo##Mixture##Transport##Radiation##Type##Thermo \
|
||||
##EqnOfState##Specie##BaseThermo, \
|
||||
dictionary \
|
||||
);
|
||||
|
||||
|
||||
}
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user