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

fvOptions fixed Temp. problem

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By RobinZ

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   June 16, 2016, 23:00
Default fvOptions fixed Temp. problem
  #1
New Member
 
Wilson Lee
Join Date: Oct 2015
Posts: 7
Rep Power: 10
Wilson Lee is on a distinguished road
Hello, I am simulating a supersonic combustion case.

I couldn't figure out why the "fixedTemperatureConstraint" always exists in my field and never faded out, even if the duration time has been exceeded.

The following is the code part and the figure of the problem.
Please help me to figure out what's going on, thanks very much!!!

Code:
source1
{
    type            fixedTemperatureConstraint;
    active          true;
    timeStart       0.002;//0.001;//5e-8;
    duration        5e-6;//1e-5;

    fixedTemperatureConstraintCoeffs
    {
    	selectionMode   cellSet;
    	cellSet         ignitionCells;
        mode            uniform;
        temperature     3000;
    }
}
# The red spot is the ignitionCells for which I applied the constraint.

Last edited by Wilson Lee; June 20, 2016 at 03:10.
Wilson Lee is offline   Reply With Quote

 


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
Problem with parallel run boubou CFX 4 June 10, 2015 04:15
problem with fvOptions in twophase eulerfoam Hamzeh_Mirab OpenFOAM Running, Solving & CFD 0 January 27, 2015 11:04
Can I solve this problem by Fluent? Kai_kc FLUENT 1 October 27, 2010 05:29
static temperature is higher than total temp. in buoyancy problem amirbahador FLUENT 2 October 24, 2010 07:21
Non-premixed comb. temp prediction; PDF problem K. Jagus FLUENT 4 October 5, 2005 08:32


All times are GMT -4. The time now is 10:12.