Changeset [a2c375f36a2c110e07e853bd7aefa2999095c224] by Jed Brown

May 30th, 2011 @ 02:36 PM

The conservative transport term for energy is (E+p)u, not (E+p)ui

The previous form was correct for advection of internal energy, but the
volumetric term p*ui and transport of kinetic energy were incorrect. The
diffusive flux in the present formulation is obtained by considering moisture
transport in the reference frame of total velocity instead of ice velocity.
That is, a hydraulic gradient relative to the ice produces a transport term
but part of that term is already represented in transport of total energy
at the total velocity, therefore only the remaining component should be added.
https://github.com/jedbrown/dohp/commit/a2c375f36a2c110e07e853bd7ae...

Committed by Jed Brown

  • M src/fs/tests/vht.c
  • M src/fs/tests/vhtexact.py
  • M src/fs/tests/vhtimpl.h
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

An implementation of the ``dual order hp'' version of the finite element method. This project targets parallel domain-decomposition methods for strongly coupled nonlinear problems with PDE constraints.