COMP: linear: duplicate filename in same library
This commit is contained in:
parent
dc7d0ffeaa
commit
6373dfd6ac
@ -25,7 +25,7 @@ License
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "linear.H"
|
||||
#include "linearBlendingMethod.H"
|
||||
#include "addToRunTimeSelectionTable.H"
|
||||
|
||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
@ -29,7 +29,7 @@ Class
|
||||
Description
|
||||
|
||||
SourceFiles
|
||||
linear.C
|
||||
linearBlendingMethod.C
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
@ -62,7 +62,7 @@ $(nucleation)/wallBoiling/wallBoiling.C
|
||||
blending = BlendedInterfacialModel/blendingMethods
|
||||
$(blending)/blendingMethod/blendingMethod.C
|
||||
$(blending)/noBlending/noBlending.C
|
||||
$(blending)/linear/linear.C
|
||||
$(blending)/linear/linearBlendingMethod.C
|
||||
$(blending)/hyperbolic/hyperbolic.C
|
||||
|
||||
|
||||
@ -179,7 +179,7 @@ $(partitioning)/partitioningModel/partitioningModel.C
|
||||
$(partitioning)/phaseFraction/phaseFraction.C
|
||||
$(partitioning)/Lavieville/Lavieville.C
|
||||
$(partitioning)/cosine/cosine.C
|
||||
$(partitioning)/linear/linear.C
|
||||
$(partitioning)/linear/linearPartitioningModel.C
|
||||
|
||||
nucleationSite = $(wallBoilingSubModels)/nucleationSiteModels
|
||||
$(nucleationSite)/nucleationSiteModel/nucleationSiteModel.C
|
||||
|
@ -26,7 +26,7 @@ License
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "linear.H"
|
||||
#include "linearPartitioningModel.H"
|
||||
#include "addToRunTimeSelectionTable.H"
|
||||
|
||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
@ -70,7 +70,7 @@ Note
|
||||
- alphaLiquid0 0.05
|
||||
|
||||
SourceFiles
|
||||
linear.C
|
||||
linearPartitioningModel.C
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
Loading…
Reference in New Issue
Block a user