Skip to content

UG4/plugin_Richards

Repository files navigation

Richards plugin

Richards is a UG4-Plugin providing tools for the implementation of unsaturated flow. Copyright 2019-2023 UG4 Developers, University Frankfurt

Available Models

This provides saturation and (relative) permeabilities for the following models:

  • van Genuchten-Mualem
  • Exponential
  • ...

Export is via UserDataNumber. JSON constructors and factories are provided.

Installation

Please install/clone this repository through UG4's package manager ughub.

Dependencies

Depends on:

Requires a C++-17 compiler.

cmake -DUSE_JSON=ON -DUSE_AUTODIFF=ON