OK, I got it all worked out now, it seems!
OK, I have gone over all of my scripts and made them compatible with the various libnucnet pointer objects (well, structures, I guess the term is, but anyway, essentially cutting out much of NNT* - a bit painful and very tedious, but hey, as long as it works). Everything compiles, I just need to understand how to use my LibnucnetZone and LibnucnetNet objects. How do I write to my Zone object from my Zone XML? The standard functions seem to want Libnucnet, not Libnucnet__Zone objects (I take it that...
OK, I have gone over all of my scripts and made them compatible with the various libnucnet pointer objects (well, structures, I guess the term is, but anyway, essentially cutting out much of NNT - a bit painful and very tedious, but hey, as long as it works). Everything compiles, I just need to understand how to use my LibnucnetZone and LibnucnetNet objects. How do I write to my Zone object from my Zone XML? The standard functions seem to want Libnucnet, not Libnucnet__Zone objects (I take it that...
OK, I have gone over all of my scripts and made them compatible with the various libnucnet pointer objects (essentially cutting out much of NNT - a bit painful and very tedious, but hey, as long as it works). Everything compiles, I just need to understand how to use my LibnucnetZone and LibnucnetNet objects. How do I write to my Zone object from my Zone XML? The standard functions seem to want Libnucnet, not Libnucnet__Zone objects (I take it that the "Libnucnet" object is some kind of link between...
Thanks a lot, I will try and implement this!
So I am clear, you'd like to run a timestep in two zones, have the zones interact via their zones properties (say, exchange "heat"), and run another timestep. Is that correct? Let me know. Yes, exactly! Thank you!
Dear Professor Meyer, I'm modifying a code (same basic structure as run_single_zone, but very heavily modified) to run two zones at the same time for the purpose of exchanging radiation between them. However, it's behaving oddly and incosistently - I get semi-random numerical breakdowns at some times (I seem to get zero elements in vectors that shouldn't have them), and at others, error message like that in the title. My approach to modifying the code to run both in a sequence was simply to turn...
It works! Thanks a lot!