Spectral Signal Processing Suite
v1.0

signal.example
Class fbednhdata05

java.lang.Object
  |
  +--signal.example.fbednhdata05

public class fbednhdata05
extends java.lang.Object

Fluidized bed slugging problem at t=0.5 on [0,0.25].


Field Summary
 double A
           
 double alpha
           
 double B
           
 double[] data
          The Chebyshev super spectral viscosity solution on the CGL grid
 double[] exact
          The reference solution is computed using Roe's Method with N=1024 (interpolated with cubic option of Matlabs interp1 back to the CGL grid with N=256) and a very small time step.
 boolean hasExact
           
 int map
           
 int N
           
 double uMax
           
 double uMin
           
 
Constructor Summary
fbednhdata05()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

N

public int N

A

public double A

B

public double B

uMin

public double uMin

uMax

public double uMax

alpha

public double alpha

map

public int map

hasExact

public boolean hasExact

data

public double[] data
The Chebyshev super spectral viscosity solution on the CGL grid

exact

public double[] exact
The reference solution is computed using Roe's Method with N=1024 (interpolated with cubic option of Matlabs interp1 back to the CGL grid with N=256) and a very small time step.
Constructor Detail

fbednhdata05

public fbednhdata05()

Spectral Signal Processing Suite
v1.0

copyright 2002 scottsarra.org