fluid sim

This commit is contained in:
dino.celebic 2026-01-27 11:03:58 +01:00
commit 86236a1c90
47 changed files with 4371 additions and 7077 deletions

View file

@ -10,17 +10,17 @@ application buoyantPimpleFoam;
startFrom startTime;
startTime 0;
startTime 0.0;
stopAt endTime;
endTime 1;
endTime 5.0;
deltaT 0.01;
deltaT 1.0;
writeControl runTime;
writeInterval 0.2;
writeInterval 1.0;
purgeWrite 0;
@ -36,11 +36,11 @@ timePrecision 6;
runTimeModifiable false;
functions
{
preCICE_Adapter
{
type preciceAdapterFunctionObject;
libs ("libpreciceAdapterFunctionObject.so");
}
}
// functions
// {
// preCICE_Adapter
// {
// type preciceAdapterFunctionObject;
// libs ("libpreciceAdapterFunctionObject.so");
// }
// }