Jump to content

Ignition Temp Scale Field


shawn_kearney

Recommended Posts

Is there any way to scale the ignition temperature with a field such to simulate different material combustion properties within a single pyro solver? I tried looking into how the Ignition Temperature parameter is implemented, but I only got as far as as the GAS Combustion DOP node and the trail seemed to go cold.

Edited by shawn_kearney
Link to comment
Share on other sites

Hi Jullian!

Thank you for that. I must have overlooked the Constant param. Seems to work with a wrangle:

f@burn = f@temperature - f@ignition*chf("../ignitiontemp") ;

where f@ignition is the ignition temp control field imported into dop using 'copy'.

Edited by shawn_kearney
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...