RAMP FOR EXTERNAL FLUX IN PYROSIM #13438
Unanswered
MarioCruzM
asked this question in
Q&A
Replies: 1 comment
-
This forum does not provide support for Pyrosim. Contact Thunderhead for
support.
…On Tue, Sep 17, 2024, 12:12 MarioCruzM ***@***.***> wrote:
Hi, I'm working on pyrosim with a liquid fuel model. I'm looking at the
example of ethanol on pool fires. The FDS file has the next code to
establish a ramp to the external flux to light the liquid fuel:
&SURF ID = 'POOL'
COLOR = 'YELLOW'
MATL_ID = 'ETHANOL LIQUID'
THICKNESS = 0.1
EXTERNAL_FLUX=20
*RAMP_EF='flux' / &RAMP ID='flux', T= 0, F=1 / &RAMP ID='flux', T=14, F=1
/ &RAMP ID='flux', T=25, F=0 /*
My question is, how can I establish this ramp in pyrosim?
—
Reply to this email directly, view it on GitHub
<#13438>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADBUZ4PLWT7GA5ZL2X2TZXTZXBIFZAVCNFSM6AAAAABOL2KTD2VHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZXGE4TSMRTGY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm working on pyrosim with a liquid fuel model. I'm looking at the example of ethanol on pool fires. The FDS file has the next code to establish a ramp to the external flux to light the liquid fuel:
&SURF ID = 'POOL'
COLOR = 'YELLOW'
MATL_ID = 'ETHANOL LIQUID'
THICKNESS = 0.1
EXTERNAL_FLUX=20
RAMP_EF='flux' /
&RAMP ID='flux', T= 0, F=1 /
&RAMP ID='flux', T=14, F=1 /
&RAMP ID='flux', T=25, F=0 /
My question is, does anybody know how I can establish this ramp in pyrosim?
Beta Was this translation helpful? Give feedback.
All reactions