CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM

use fvOption to set high temperature zone

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 4, 2020, 13:26
Default use fvOption to set high temperature zone
  #1
New Member
 
Join Date: Aug 2020
Posts: 3
Rep Power: 5
renzhaoxin1989 is on a distinguished road
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
renzhaoxin1989 is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
is internalField(U) equivalent to zeroGradient? immortality OpenFOAM Running, Solving & CFD 7 March 29, 2013 01:27
Problem in running ICEM grid in Openfoam Tarak OpenFOAM 6 September 9, 2011 17:51
Problem in IMPORT of ICEM input file in FLUENT csvirume FLUENT 2 September 9, 2009 01:08
Env variable not set gruber2 OpenFOAM Installation 5 December 30, 2005 04:27
How to set environment variables kanishka OpenFOAM Installation 1 September 4, 2005 10:15


All times are GMT -4. The time now is 09:03.