thermalBaffleModel: Simplification
Removed unused run-time selection mechanism for the baffle model. Removed two layers of unnecessary base class (thermalBaffleModel and regionModel1D). Simplified the handling of thickness and made apply regarduess of dimensionality. Made thickness data a dimensioned field, so that mesh changes get applied to it automatically. Replaced ad-hoc baffle thickness calculation with a "proper" parallel-aware wave-based method.
This commit is contained in:
@ -45,6 +45,6 @@ timePrecision 6;
|
||||
|
||||
runTimeModifiable true;
|
||||
|
||||
libs ("libthermalBaffleModels.so");
|
||||
libs ("libthermalBaffle.so");
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user