This commit is contained in:
dino.celebic 2026-01-27 17:58:05 +01:00
commit 05d77ceba3
2 changed files with 9 additions and 9 deletions

View file

@ -8,7 +8,7 @@ FoamFile
dimensions [ 0 0 0 1 0 0 0 ]; // K
internalField uniform 291.15; // 18 Celsius + 273.15 Kelvin
internalField uniform 304.15; // 18 Celsius + 273.15 Kelvin
boundaryField
{

View file

@ -36,11 +36,11 @@ timePrecision 6;
runTimeModifiable false;
// functions
// {
// preCICE_Adapter
// {
// type preciceAdapterFunctionObject;
// libs ("libpreciceAdapterFunctionObject.so");
// }
// }
functions
{
preCICE_Adapter
{
type preciceAdapterFunctionObject;
libs ("libpreciceAdapterFunctionObject.so");
}
}