mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
remove artificial temperature limiter in R2_FB
enforcing a temperature range should not be necessary in a stable simulation
This commit is contained in:
@ -1,31 +0,0 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
|
||||||
========= |
|
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
|
||||||
\\ / O peration | Website: https://openfoam.org
|
|
||||||
\\ / A nd | Version: 6
|
|
||||||
\\/ M anipulation |
|
|
||||||
\*---------------------------------------------------------------------------*/
|
|
||||||
FoamFile
|
|
||||||
{
|
|
||||||
version 2.0;
|
|
||||||
format ascii;
|
|
||||||
class dictionary;
|
|
||||||
location "system";
|
|
||||||
object fvOptions;
|
|
||||||
}
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
||||||
limitedTemperature
|
|
||||||
{
|
|
||||||
type limitTemperature;
|
|
||||||
active yes;
|
|
||||||
limitTemperatureCoeffs
|
|
||||||
{
|
|
||||||
active yes;
|
|
||||||
selectionMode all;
|
|
||||||
Tmin 1020; // OF4
|
|
||||||
Tmax 1500; // OF4
|
|
||||||
min $Tmin; // OF5,OF6
|
|
||||||
max $Tmax; // OF5,OF6
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user