Controlling AIT for specific regions in domain #13410
Unanswered
Vojta-Salek
asked this question in
Q&A
Replies: 2 comments 3 replies
-
I'm looking into this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
OK, I've added the code you suggested ( see PR #13413 ). You can either compile yourself, or wait for a nightly build to post. Here is a short test case based on the
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello FDS community,
Do you know of a way to easily assign multiple auto ignition temperature (AIT) values for specific regions of the domain? For example, I would like to prevent combustion in certain parts of the domain and prescribe specific AIT values elsewhere, assuming a single fuel. Another case would be having different AITs in regions with large computational cells, where AIT needs to be lowered compared to fine mesh regions.
I am aware of the
AIT_EXCLUSION_ZONE
feature, which sets AIT = 0 K for the excluded zone. However, I am looking for the opposite behavior - assigning high AIT (e.g., 2000 °C) for the excluded zone to effectively prevent combustion.I am also aware about the possibility to use control devices for spark ignition based on temperature, but I’d prefer to avoid tracking the temperature of each cell in a potentially large regions and introducing a spark only when a certain cell temperature reaches the desired AIT.
Ideally, it would be nice to simply add something like
AIT_EXCLUSION_ZONE_TEMPERATURE(N)
to specify AIT for the region defined byAIT_EXCLUSION_ZONE(N)
. I believe this could provide more control over AIT in your domain. I will ask for this feature properly using the requests if this discussions does not reveal any existing solution I may have overlooked.Thank you in advance for any ideas!
Vojtech Salek
Beta Was this translation helpful? Give feedback.
All reactions