Vertical groundwater head gradient in a hydrostatic problem

95 views
Skip to first unread message

Miguel Calpe

unread,
Oct 17, 2023, 7:07:09 AM10/17/23
to pflotran-users

Dear pflotran group,

I have a simple rectangular domain where I only apply a hydrostatic initial condition. The datum has been chosen to be at the top of the domain.

The dimensions of the rectangular domain are 100000 m x 20000 m x 10000 m.

The grid is structured with a discretization nx x ny x nz = 1000 x 20 x 10.

When I plot the LIQUID_HEAD, there is a vertical head gradient. Since I have only a hydrostatic initial condition, I would expect the LIQUID_HEAD to be constant in depth, i.e. no flow in z-direction.

The problem is fully saturated and the liquid saturation is 1 at all time steps.

Captura de pantalla 2023-10-17 125835.png

I am using the branch glenn/total-liquid-head:

https://bitbucket.org/pflotran/pflotran/branch/glenn/total-liquid-head

Please find attached the input file to reproduce the issue.

Thanks for the help.

Miguel

structured_liquid_head.in

Hammond, Glenn E

unread,
Oct 19, 2023, 3:52:58 PM10/19/23
to pflotra...@googlegroups.com

Miguel,

 

The results below are due to the use of an equation of state to calculate water density. The water density varies with depth. Add the following card to your input deck, and you will see that the LIQUID_HEAD ~= 0. 

 

EOS WATER

  DENSITY CONSTANT 1000.

END

 

The code uses the density of the grid cell to calculate the head, but you cannot do that when the density is variable in space. For this reason, I believe that it would be prudent to remove LIQUID_HEAD as an output option in PFLOTRAN. I have assumed that users understand this limitation.

 

Glenn

 

From: pflotra...@googlegroups.com <pflotra...@googlegroups.com> On Behalf Of Miguel Calpe
Sent: Tuesday, October 17, 2023 4:07 AM
To: pflotran-users <pflotra...@googlegroups.com>
Subject: [pflotran-users: 7327] Vertical groundwater head gradient in a hydrostatic problem

 

Check twice before you click! This email originated from outside PNNL.

 

Dear pflotran group,

I have a simple rectangular domain where I only apply a hydrostatic initial condition. The datum has been chosen to be at the top of the domain.

The dimensions of the rectangular domain are 100000 m x 20000 m x 10000 m.

The grid is structured with a discretization nx x ny x nz = 1000 x 20 x 10.

When I plot the LIQUID_HEAD, there is a vertical head gradient. Since I have only a hydrostatic initial condition, I would expect the LIQUID_HEAD to be constant in depth, i.e. no flow in z-direction.

The problem is fully saturated and the liquid saturation is 1 at all time steps.

I am using the branch glenn/total-liquid-head:

https://bitbucket.org/pflotran/pflotran/branch/glenn/total-liquid-head

Please find attached the input file to reproduce the issue.

Thanks for the help.

Miguel

--
You received this message because you are subscribed to the Google Groups "pflotran-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pflotran-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pflotran-users/e4ecc31e-155d-4ba3-8d62-3d144ecc23a6n%40googlegroups.com.

Miguel Calpe

unread,
Oct 20, 2023, 3:51:44 AM10/20/23
to pflotran-users
Dear Glenn,

Thank you for the response. Now it's more clear for me

Regards,
Miguel
Reply all
Reply to author
Forward
0 new messages