shawn_kearney Posted January 17, 2020 Share Posted January 17, 2020 (edited) 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 January 17, 2020 by shawn_kearney Quote Link to comment Share on other sites More sharing options...
bunker Posted January 18, 2020 Share Posted January 18, 2020 inside the GasCombustion DOP, have a look at the "temp_to_burn" node there is a "constant" parameter, that's where your ignition temperature goes. you'll have to replace that node with a custom wrangle for example... 1 Quote Link to comment Share on other sites More sharing options...
shawn_kearney Posted January 19, 2020 Author Share Posted January 19, 2020 (edited) 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 January 19, 2020 by shawn_kearney Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.