Hi all,
I’m new to the community, and am running a simple diffusion problem for a purge gas system. As a first approximation to build up from, I have T2 at 100Pa inside a 5mm thick stainless steel pipe and am finding the time evolution of tritium inventory and flux in and out of the pipe.
I initially used SievertsBC at the inner surface and FixedConcentrationBC(concentration=0) on the outer surface, and it all ran fine. I now want to explicitly account for dissociation effect at the inner surface and recombination at the outer surface. I believe I can do this by using:
festim.DissociationFlux to replace the SievertsBC at the inner surface
and
festim.RecombinationFlux to replace the FixedConcentrationBC at the outer surface
However, when I tried swapping the boundary conditions, I got the following error:
AttributeError: module ‘festim’ has no attribute ‘RecombinationFlux’
Please could someone tell me -
- If my approach is sound and makes sense
- Why I’m getting this error
Thanks very much!
