Changeset [038ab87044f346eccb97e6a372cce5b5aff264f2] by Jed Brown
May 12th, 2011 @ 07:02 PM
Add Viscous Heat Transport example
Steady-state solver for non-Newtonian Stokes coupled to heat
transport. Enthalpy is the quantity that is actually transported
and
diffusivity becomes lower for enthalpy higher than the pressure
melting
point (at which point changes in enthalpy represent changes in
fluid
content). The viscous rheology has Arrhenius dependence on
temperature.
https://github.com/jedbrown/dohp/commit/038ab87044f346eccb97e6a372c...
Committed by Jed Brown
- A src/fs/tests/refout/vht-e1-q3q2q3-fgmres.refout
- A src/fs/tests/vht.c
- A src/fs/tests/vhtexact.py
- A src/fs/tests/vhtimpl.h
- M src/fs/tests/CMakeLists.txt
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.