|
[Sponsors] |
August 4, 2020, 14:26 |
use fvOption to set high temperature zone
|
#1 |
New Member
Join Date: Aug 2020
Posts: 3
Rep Power: 6 |
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 |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
is internalField(U) equivalent to zeroGradient? | immortality | OpenFOAM Running, Solving & CFD | 7 | March 29, 2013 02:27 |
Problem in running ICEM grid in Openfoam | Tarak | OpenFOAM | 6 | September 9, 2011 18:51 |
Problem in IMPORT of ICEM input file in FLUENT | csvirume | FLUENT | 2 | September 9, 2009 02:08 |
Env variable not set | gruber2 | OpenFOAM Installation | 5 | December 30, 2005 05:27 |
How to set environment variables | kanishka | OpenFOAM Installation | 1 | September 4, 2005 11:15 |