I’m afraid I’m a little confused again about sources and initial conditions. I can now use ‘sources’, that introduce some H/m3/s (so the total H continually increases throughout the simulation). I now want to put in just an amount of H in volume 1 at the start of the simulation (and see it migrate during the simulation til equilibrium is reached).
I’ve read everything on initial conditions:
My_model.initial_conditions = F. InitialCondition(Field=0, value =10)
But I can’t find an example of the syntax to make my model run with that initial condition, or how I can put H in solution initial values into the different volumes. Is that feasible, please?