Path: blob/devel/elmerice/UserFunctions/Documentation/Zs.md
3203 views
User Function USF_Zs
General Information
USF Fortran File: USF_Zs.f90
USF Name: ZsIni, ZsMZsIni, ZsTopIni, ZsTopMZsIni,…
Required Input Variable(s): Zs or Zs Top or Zs Bottom
General Description
The aim of these user functions is to get the appropriate value of the mesh update from the surface displacement.
The first type of user function (~Ini) is used to initialize the free surface elevation (surface elevation equals to the altitude of the nodes belonging on this surface). The second type (~MZsIni) calculate the mesh update variable as the new surface elevation minus the initial elevation.
As presented here, these user functions can be easily replaced by MATC functions (recalling that a MATC function consumes more cpu than a user function).
SIF contents
The required keywords in the SIF file for this solver are:
Examples
Examples of the usage of these user functions can be found in the Elmer/Ice course material (ISMIP application for one upper free surface and Tête Rousse application for an upper and lower free surfaces).