FilterTimeSeries

Numerical methods and mathematical models of Elmer
Post Reply
waad
Posts: 8
Joined: 10 Feb 2010, 05:16
Location: Canada
Contact:

FilterTimeSeries

Post by waad »

Hello,
I am using FilterTimeSeries procedure to do time averaging of velocity filed, and I need to print out the Filters results in vtu format. What is the variables names I should specify in ResultOutputSolve in order to print the results in vtu format?

Code: Select all

Solver 2
  Procedure = "FilterTimeSeries" "FilterTimeSeries"
  Variable 1 =Velocity 1
  Variable 2 =Velocity 2
End

Solver 3
  Equation = Result Output
  Procedure = "ResultOutputSolve" "ResultOutputSolver"
  Output File Name = case
  Output Format = vtu 
  Scalar Field 1 = Pressure
  Vector Field 1 = Velocity
!  Scalar Field 2 = ??? Filter result for Velocity 1
!  Scalar Field 3 = ??? Filter result for Velocity 2
End
Thanks
Waad
raback
Site Admin
Posts: 4851
Joined: 22 Aug 2009, 11:57
Antispam: Yes
Location: Espoo, Finland
Contact:

Re: FilterTimeSeries

Post by raback »

Hi

Good question. This should be improved. Try saving in an other format (such as the native ElmerPost) which by default includes all field variables and check the names from there.

-Peter
Post Reply