thermophysicalTransportModel: New abstract base-class for all thermophysical transport
the new fluidThermophysicalTransportModel and solidThermophysicalTransportModel are derived from thermophysicalTransportModel providing a consistent and unified interface for heat transport within and between regions. Coupled and external heat-transfer boundary conditions can now be written independent of the thermophysical properties or transport modelling of the regions providing greater flexibility, simpler code and reduces the maintenance overhead.
This commit is contained in:
@ -29,17 +29,11 @@ boundaryField
|
||||
solid_to_shell
|
||||
{
|
||||
type coupledTemperature;
|
||||
|
||||
libs ("libcoupledThermophysicalTransportModels.so");
|
||||
|
||||
value $internalField;
|
||||
}
|
||||
solid_to_tube
|
||||
{
|
||||
type coupledTemperature;
|
||||
|
||||
libs ("libcoupledThermophysicalTransportModels.so");
|
||||
|
||||
value $internalField;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user