|
[Sponsors] |
fvConstraints timestart and duration not working |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 18, 2022, 01:15 |
fvConstraints timestart and duration not working
|
#1 |
New Member
Ajith U K Nair
Join Date: Sep 2021
Location: Kerala
Posts: 18
Rep Power: 5 |
I am trying to povide a ignitionCellSet using toposet and control the duration of ignition source by using fvConstraints in a reactingFoam solver case as below.
-------------------------------------------------------------------------------------- FoamFile { format ascii; class dictionary; location "system"; object fvConstraints; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // source1 { type fixedTemperatureConstraint; timeStart 0.1; duration 2; selectionMode cellSet; cellSet ignitionCells; mode uniform; temperature 2000; } -------------------------------------------------------------------------------------- But the ignition cellSet remains at 2000 temperature even after the timstep of 2.1. I tried changing the timeStart to 1,2 etc.. but that also doesnot have any change. The cellSet remains at 2000 from start to end of simulation irrespective of timeStart and duration in fvConstraints file. I copied the topoSet and fvConstraints from other tutorial case to the laminar_counterFlowFlame2D case which i have used to build my case. Do i have to edit any solver code to fix the fvConstraints issue. im using dev version of openFoam. |
|
June 1, 2022, 09:54 |
|
#2 |
New Member
Alper
Join Date: Jan 2022
Posts: 5
Rep Power: 4 |
Hi there,
Did you solve that problem? I have same problem too. The heating does not end. |
|
June 2, 2022, 06:06 |
|
#3 |
New Member
Ajith U K Nair
Join Date: Sep 2021
Location: Kerala
Posts: 18
Rep Power: 5 |
The fvConstraint had that problem where time duration did not work. One thing I did is delete the patch and ran after ignition.
But later I moved to fvOptions file and gave ignition through a heat source. You can find the file in chtMultiregionFoam tutorials reverseburner under constant folder |
|
June 10, 2022, 19:54 |
|
#4 | |
New Member
Alper
Join Date: Jan 2022
Posts: 5
Rep Power: 4 |
Quote:
|
||
Tags |
fvconstraints, ignition temperature, ignition., reactingfoam;, toposetdict |
|
|