|
[Sponsors] |
How to access the boundary conditions of species in reaction |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 16, 2019, 07:23 |
How to access the boundary conditions of species in reaction
|
#1 |
New Member
Join Date: Mar 2019
Posts: 6
Rep Power: 7 |
Hi everyone,
Now I am going to use reactingFoam to simulation combustion. I want to change the boundary conditions in iterations. For example, I use Code:
T.boundaryFieldRef()[patchID] == calculatedTemperature However, I want to change the species(fuel, oxygen) boundary conditions during the reaction. How can I get access to the boundary conditions of the species? |
|
July 23, 2019, 11:45 |
|
#2 |
Senior Member
Adhiraj
Join Date: Sep 2010
Location: Karnataka, India
Posts: 187
Rep Power: 16 |
Would something like this work?
Code:
composition.Y("CH4").boundaryFieldRef()[patchID] == value; |
|
July 23, 2019, 16:03 |
|
#3 |
New Member
Join Date: Mar 2019
Posts: 6
Rep Power: 7 |
It can work.
Thank you so much adhiraj. |
|
Tags |
reactingfoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Multiphase flow - incorrect velocity on inlet | Mike_Tom | CFX | 6 | September 29, 2016 02:27 |
Error - Solar absorber - Solar Thermal Radiation | MichaelK | CFX | 12 | September 1, 2016 06:15 |
Error finding variable "THERMX" | sunilpatil | CFX | 8 | April 26, 2013 08:00 |
Water subcooled boiling | Attesz | CFX | 7 | January 5, 2013 04:32 |
chemical reaction - decompostition | La S. Hyuck | CFX | 1 | May 23, 2001 01:07 |