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 thermoCloud;
libs ("libparcelSurfaceFilmModels.so");
solution
{
coupled no;

View File

@ -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)

View File

@ -15,7 +15,7 @@ FoamFile
region wallFilm;
patches (walls cylinder);
patches (walls);
extrudeModel linearNormal;