fix
This commit is contained in:
parent
b230b9984d
commit
05d77ceba3
2 changed files with 9 additions and 9 deletions
|
|
@ -8,7 +8,7 @@ FoamFile
|
||||||
|
|
||||||
dimensions [ 0 0 0 1 0 0 0 ]; // K
|
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
|
boundaryField
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -36,11 +36,11 @@ timePrecision 6;
|
||||||
|
|
||||||
runTimeModifiable false;
|
runTimeModifiable false;
|
||||||
|
|
||||||
// functions
|
functions
|
||||||
// {
|
{
|
||||||
// preCICE_Adapter
|
preCICE_Adapter
|
||||||
// {
|
{
|
||||||
// type preciceAdapterFunctionObject;
|
type preciceAdapterFunctionObject;
|
||||||
// libs ("libpreciceAdapterFunctionObject.so");
|
libs ("libpreciceAdapterFunctionObject.so");
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue