CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   use fvOption to set high temperature zone (https://www.cfd-online.com/Forums/openfoam/229323-use-fvoption-set-high-temperature-zone.html)

renzhaoxin1989 August 4, 2020 13:26

use fvOption to set high temperature zone
 
Hello dear Foamers,

I use fvOption to set a high temperature for ignition, the solver read it but the results (runing at time 1e-6s) show that there is no such high temperautre zone.
Could you please tell me why this happen?

The fvOption file and the running process are shown below.

Thanks in advance.


1. fvOption
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 7
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "constant";
object fvOptions;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //


fixedTemperature
{
type fixedTemperatureConstraint;
active yes;
timeStart 0;
duration 0.1;

selectionMode cellSet;

cellSet ignition;

mode uniform;
temperature 2000;
}


2. Runing process

Creating finite volume options from "constant/fvOptions"

Selecting finite volume options model type fixedTemperatureConstraint
Source: fixedTemperature
- selecting cells using cellSet ignition
- selected 110 cell(s) with volume 8.3870968e-08


All times are GMT -4. The time now is 04:53.