surfaceFilmModels: Superseded by the new isothermalFilm and film solver modules
The new general multi-region framework using the isothermalFilm and film solver modules and executed with foamMultiRun is a much more flexible approach to the inclusion of liquid films in simulations with the support for coupling to other regions of various types e.g. gas flows, Lagrangian clouds, VoF, CHT etc. This has all been achieved with a significant reduction in the number of lines of code and significant improvements in code structure, readability and maintainability.
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
# ========= |
|
||||
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
# \\ / O peration | Website: https://openfoam.org
|
||||
# \\ / A nd | Copyright (C) 2018-2022 OpenFOAM Foundation
|
||||
# \\ / A nd | Copyright (C) 2018-2023 OpenFOAM Foundation
|
||||
# \\/ M anipulation |
|
||||
#------------------------------------------------------------------------------
|
||||
# License
|
||||
@ -206,7 +206,6 @@ modelsInFamily () {
|
||||
_modelDirs="\
|
||||
$(findModelDirs "$_familyDir" 2) \
|
||||
$(findModelDirs "$FOAM_SRC/lagrangian/parcel/fvModels") \
|
||||
$(findModelDirs "$FOAM_SRC/surfaceFilmModels/fvModels") \
|
||||
$(findModelDirs "$FOAM_SRC/radiationModels/fvModels/radiation")"
|
||||
|
||||
[ "$_modelDirs" ] || return 0
|
||||
|
||||
Reference in New Issue
Block a user