This is an old revision of the document!


IntegrateVertically Solver

General Informations

  • Solver Fortran File: IntegrateVertically.f90
  • Solver Name: IntegrateVertically
  • Required Output Variable(s): given by the variable name
  • Required Input Variable(s): Name of the variable to be integrated in Integrated Variable Name, Depth or Height
  • Optional Output Variable(s): None
  • Optional Input Variable(s): None

General Description

This solver compute the depth integrated value of a variable = sum_zb^zs D dz or the mean value. Can be computed on the upper surface or on the lower one.

SIF contents

Solver 2
  Equation = "IntegrateVertically"

   Procedure = File "ElmerIceSolvers" "IntegrateVertically"
   Variable = String "Mean Var"
   Variable DOFs = 1

   Exported Variable 1 = String "VarToBeIntegrated"
   Exported Variable 1 DOFs = 1

   ! We want it computed on the bed
   On Surface = Logical False
   ! We want the mean value
   ! We then need the Depth
   Compute Mean = Logical True
   Integrated Variable Name = String "VarToBeIntegrated"

   Linear System Solver = "Direct"
   Linear System Direct Method = umfpack
End

!!! free surface
Boundary Condition 2
  Target Boundaries = 6
  Mean Var = Real 0.0
  Depth = Real 0.0
End

Examples

Download an example using the IntegrateVertically Solver

solvers/integratevertically.1372200191.txt.gz · Last modified: 2013/06/25 22:43 (external edit)
CC Attribution-Share Alike 4.0 International
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0