fvPatchField: Added support for optional libs entry
allowing libraries containing and supporting special boundary conditions to be loaded at run-time.
This commit is contained in:
@ -29,11 +29,17 @@ boundaryField
|
||||
solid_to_shell
|
||||
{
|
||||
type coupledTemperature;
|
||||
|
||||
libs ("libcoupledThermophysicalTransportModels.so");
|
||||
|
||||
value $internalField;
|
||||
}
|
||||
solid_to_tube
|
||||
{
|
||||
type coupledTemperature;
|
||||
|
||||
libs ("libcoupledThermophysicalTransportModels.so");
|
||||
|
||||
value $internalField;
|
||||
}
|
||||
}
|
||||
|
||||
@ -23,8 +23,6 @@ regionSolvers
|
||||
tube fluid;
|
||||
}
|
||||
|
||||
libs ("libcoupledThermophysicalTransportModels.so");
|
||||
|
||||
startFrom startTime;
|
||||
|
||||
startTime 0;
|
||||
|
||||
Reference in New Issue
Block a user