Misato Shimbashi Posted October 1, 2019 Share Posted October 1, 2019 Hi. I have question about change of nucleus density with time in X1t. I would like to set nucleus density of a precipitates 10 [cm2/cm3] before 3000000 seconds. After 3000000 seconds, I would like to set nucleus density this equation: 10*(1/2)^((Time-3e6)/150000) [cm2/cm3] How can I make it ? Screen shot of the reactants field is attached. Thank you. gwb.pptx Quote Link to comment Share on other sites More sharing options...
Jia Wang Posted October 1, 2019 Share Posted October 1, 2019 Dear Misato, I would recommend using the ‘script’ or ‘script file’ option for setting the nucleus density rather than an ‘equation’. Using a script or script file would allow you to set 10 [cm2/cm3] if Time is less than 3000000 seconds and after that, the equation desired. It would look something like this: IF Time < 3000000 THEN 20 ELSE 40 20: nucleus = 10 GOTO 60 40: nucleus = 10*(1/2)^((Time-3e6)/150000) 60: RETURN nucleus As you’ve done, you need to check the “transient” option to evaluate the variable at each time step. Please refer to section 5.2 of the GWB Reaction Modeling Guide and the Heterogeneity Appendix to the GWB Reactive Transport Modeling Guide for more information. Please note that the nucleus density option prescribes a minimum value for a supersaturated mineral’s surface area over the calculation. The program calculates the actual surface area from the mineral’s current mass and specific surface area and uses this whenever it exceeds the nucleus density. Best, Jia Wang Quote Link to comment Share on other sites More sharing options...
Misato Shimbashi Posted October 23, 2019 Author Share Posted October 23, 2019 Dear Jia Thank you for your reply. It is now possible. Thank you. Misato 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.