lagrangian: Refactored to remove direct dependency on surfaceFilm
The lagrangian<->surfaceFilm interface is now in the new src/parcelSurfaceFilmModels library.
This commit is contained in:
@ -16,6 +16,8 @@ FoamFile
|
||||
|
||||
type thermoCloud;
|
||||
|
||||
libs ("libparcelSurfaceFilmModels.so");
|
||||
|
||||
solution
|
||||
{
|
||||
coupled no;
|
||||
|
||||
@ -108,13 +108,7 @@ boundary
|
||||
(1 2 21 20)
|
||||
(12 11 30 31)
|
||||
(13 12 31 32)
|
||||
);
|
||||
}
|
||||
cylinder
|
||||
{
|
||||
type wall;
|
||||
faces
|
||||
(
|
||||
|
||||
(5 0 19 24)
|
||||
(10 5 24 29)
|
||||
(16 10 29 35)
|
||||
|
||||
@ -15,7 +15,7 @@ FoamFile
|
||||
|
||||
region wallFilm;
|
||||
|
||||
patches (walls cylinder);
|
||||
patches (walls);
|
||||
|
||||
extrudeModel linearNormal;
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ boundaryField
|
||||
{
|
||||
#includeEtc "caseDicts/setConstraintTypes"
|
||||
|
||||
"(sides|frontAndBack|walls_top|cylinder_top)"
|
||||
"(sides|frontAndBack|walls_top)"
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
@ -22,7 +22,7 @@ boundaryField
|
||||
{
|
||||
#includeEtc "caseDicts/setConstraintTypes"
|
||||
|
||||
"(walls_top|cylinder_top)"
|
||||
walls_top
|
||||
{
|
||||
type slip;
|
||||
}
|
||||
|
||||
@ -22,7 +22,7 @@ boundaryField
|
||||
{
|
||||
#includeEtc "caseDicts/setConstraintTypes"
|
||||
|
||||
"(sides|frontAndBack|walls_top|cylinder_top)"
|
||||
"(sides|frontAndBack|walls_top)"
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
@ -16,6 +16,8 @@ FoamFile
|
||||
|
||||
type reactingCloud;
|
||||
|
||||
libs ("libparcelSurfaceFilmModels.so");
|
||||
|
||||
solution
|
||||
{
|
||||
coupled no;
|
||||
|
||||
@ -108,13 +108,7 @@ boundary
|
||||
(1 2 21 20)
|
||||
(12 11 30 31)
|
||||
(13 12 31 32)
|
||||
);
|
||||
}
|
||||
cylinder
|
||||
{
|
||||
type wall;
|
||||
faces
|
||||
(
|
||||
|
||||
(5 0 19 24)
|
||||
(10 5 24 29)
|
||||
(16 10 29 35)
|
||||
|
||||
@ -15,7 +15,7 @@ FoamFile
|
||||
|
||||
region wallFilm;
|
||||
|
||||
patches (walls cylinder);
|
||||
patches (walls);
|
||||
|
||||
extrudeModel linearNormal;
|
||||
|
||||
|
||||
@ -16,6 +16,8 @@ FoamFile
|
||||
|
||||
type reactingCloud;
|
||||
|
||||
libs ("libparcelSurfaceFilmModels.so");
|
||||
|
||||
solution
|
||||
{
|
||||
coupled yes;
|
||||
|
||||
@ -46,7 +46,7 @@ boundary
|
||||
(1 5 4 0)
|
||||
);
|
||||
}
|
||||
floor
|
||||
boxes
|
||||
{
|
||||
type wall;
|
||||
faces
|
||||
@ -54,12 +54,6 @@ boundary
|
||||
(0 3 2 1)
|
||||
);
|
||||
}
|
||||
boxes
|
||||
{
|
||||
type wall;
|
||||
faces
|
||||
();
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
|
||||
@ -15,7 +15,7 @@ FoamFile
|
||||
|
||||
region wallFilm;
|
||||
|
||||
patches (floor boxes);
|
||||
patches (boxes);
|
||||
|
||||
extrudeModel linearNormal;
|
||||
|
||||
|
||||
@ -16,6 +16,8 @@ FoamFile
|
||||
|
||||
type reactingCloud;
|
||||
|
||||
libs ("libparcelSurfaceFilmModels.so");
|
||||
|
||||
solution
|
||||
{
|
||||
coupled no;
|
||||
|
||||
Reference in New Issue
Block a user