rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
Functions
velocity_parabola.m File Reference

parabolic velocity field More...

Go to the source code of this file.

Functions

function [ vel
, lambda ] = 
velocity_parabola (glob, params)
 parabolic velocity field More...
 

Detailed Description

parabolic velocity field

Definition in file velocity_parabola.m.

Function Documentation

function [ vel , lambda ] = velocity_parabola (   glob,
  params 
)

parabolic velocity field

Parameters
globglob
paramsa structure with model parameters
Return values
velvel
lambdalambda
Required fields of params:
  • c —  velocity of parabola-profile in params.yrange, constant in x-direction
  • debug —  flag indicating wether debug output shall be turned on
  • decomp_mode —  flag indicating the operation mode of the function:
    • 0 (complete) : no affine parameter dependence or decomposition is performed.
    • 1 (components) : for each output argument a cell array of output matrices is returned representing the \(q\)-th component independent of the parameters given in mu_names.
    • 2 (coefficients) : returns a vector where each coordinate represents the \(q\)-the coefficient \(\sigma_{\cdot}^{q}(\mu)\) dependent on the parameters given in mu_names.
Todo:
lambda needs to be set to something more reasonable for reduced simulations.
Todo:
lambda needs to be set to something more reasonable for reduced simulations.
Documentation Update:

Definition at line 17 of file velocity_parabola.m.

Here is the caller graph for this function: