Warning: Undefined array key 1 in /home/np29546/public_html/elmerice/wiki/inc/auth.php on line 78

Warning: Cannot modify header information - headers already sent by (output started at /home/np29546/public_html/elmerice/wiki/inc/auth.php:78) in /home/np29546/public_html/elmerice/wiki/inc/auth.php on line 431

Warning: Cannot modify header information - headers already sent by (output started at /home/np29546/public_html/elmerice/wiki/inc/auth.php:78) in /home/np29546/public_html/elmerice/wiki/inc/actions.php on line 38
solvers:strainrate [Elmer/Ice Wiki]

This is an old revision of the document!


Solver ComputeStrainRate

General Informations

  • Solver Fortran File: ComputeStrainRate.f90
  • Solver Name: ComputeStrainRate
  • Required Output Variable(s): default is StrainRate (else in StrainRate Variable Name)
  • Required Input Variable(s): A Flow Solution (in Flow Solution Name)
  • Optional Output Variable(s): None
  • Optional Input Variable(s): None

General Description

The aim of this solver is to compute the strain-rate tensor from the flow solution. For a 2D simulation there are 5 DOFs (E11, E22, E33, E12, Eii) and for a 3D simulation, 2 additional (7 DOFs) are being solved for (E11, E22, E33, E12, E23, E31, Eii). This solver uses a dummy variable and solves 5 (7 in 3D) times a 1 DOF system for each strain-rate components and the trace of the strain-rate tensor (Eii).

The Strain-rate tensor is computed using:
epsilon_{ij}  =  {1/2} ({u_{i,j} + u_{j,i}})

SIF contents

The required keywords in the SIF file for this solver are:

Solver 1
  Equation = "Strain Rate"
  Procedure = "ComputeStrainRate" "ComputeStrainRate"
! this is just a dummy, hence no output is needed
!-----------------------------------------------------------------------  
  Variable = -nooutput "Eij"
  Variable DOFs = 1

  Exported Variable 1 = "StrainRate"
  Exported Variable 1 DOFs = 5

! the name of the variable containing the flow solution (U,V,W,Pressure)
!-----------------------------------------------------------------------
  Flow Solver Name = String "Flow Solution"
! the name of the strain-rate solution (default is 'StrainRate')
  StrainRate Variable Name = String "StrainRate"
  
  Linear System Solver = Direct
  Linear System Direct Method = umfpack
End

Examples

Download an example using this solver. TODO

solvers/strainrate.1353389546.txt.gz · Last modified: 2012/11/20 05:32 by gag
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