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:
Henry Weller
2022-10-20 18:29:05 +01:00
parent fd2e8f1f4d
commit 22d2b7be26
6 changed files with 33 additions and 5 deletions

View File

@ -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;
}
}

View File

@ -23,8 +23,6 @@ regionSolvers
tube fluid;
}
libs ("libcoupledThermophysicalTransportModels.so");
startFrom startTime;
startTime 0;