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:
Henry Weller
2023-04-26 11:36:45 +01:00
parent c35eca32ca
commit f676f14e1d
42 changed files with 454 additions and 256 deletions

View File

@ -16,6 +16,8 @@ FoamFile
type reactingCloud;
libs ("libparcelSurfaceFilmModels.so");
solution
{
coupled yes;

View File

@ -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
();
}
);

View File

@ -15,7 +15,7 @@ FoamFile
region wallFilm;
patches (floor boxes);
patches (boxes);
extrudeModel linearNormal;