fluid sim
This commit is contained in:
parent
4eed90072a
commit
86236a1c90
47 changed files with 4371 additions and 7077 deletions
|
|
@ -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");
|
||||
// }
|
||||
// }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue