Simulating borehole falling head test #26599
Replies: 1 comment 5 replies
-
Hi, An alternative would be to write a ScalarKernel, with the variable being the height of the water in the well (or the porepressure at the bottom, etc – whatever is convenient. i.e. dh/dt ), which gets fed the water from your Sinks. This is fully-coupled. Look at things like ParsedODEKernel, or PPValue, and (Coef)ODETimeDerivative. Ideally, you want the Jacobian (derivative of height of water wrt the porepressures at the well screen) to be correct so your fully-coupled system converges nicely, otherwise you might be forced back to short timesteps. Try to make MOOSE to compute the coupling between variables in every non-linear step. Try this as an starting point I hope this makes sense |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I wish to simulate a variable head permeability test (Lefranc test) in a borehole. A borehole with an open tip is filled with water and the decrease in water level in time is measured. Few possibilities:
1 is feasible but i’d rather go for 2 as it’s more realistic and does not require fictitious material properties.
Is there such a possibility in MOOSE? What options should I look at? Any other suggestions?
Beta Was this translation helpful? Give feedback.
All reactions