rbmatlab  1.13.10
 All Classes Namespaces Files Functions Variables Groups Pages
Functions
convdiff_model.m File Reference

function creating a simple model for a linear convection diffusion problem More...

Go to the source code of this file.

Functions

function model = convdiff_model (dummy)
 function creating a simple model for a linear convection diffusion problem
 

Detailed Description

function creating a simple model for a linear convection diffusion problem

Definition in file convdiff_model.m.

Function Documentation

function model = convdiff_model (   dummy)

function creating a simple model for a linear convection diffusion problem

This model describes a linear fuelcell problem with three parameters.

Parameters
dummydummy
Return values
modelmodel
Generated fields of model:
  • name —  name
  • rb_problem_type —  rb problem type
  • mu_names —  a string array containing the symbolic names of the parameter vector \(\mu\)
  • mu_ranges —  matrix storing the admissable ranges for parameter vector components. Each two dimensional column vector represents a range for a component specified by model.mu_names.
  • T —  end time for evolution problems
  • nt —  number of time steps for evolution discretizations
  • xrange —  xrange
  • yrange —  yrange
  • xnumintervals —  xnumintervals
  • ynumintervals —  ynumintervals
  • operators_ptr —  operators ptr
  • operators_diff_implicit —  operators diff implicit
  • operators_conv_explicit —  operators conv explicit
  • operators_neumann_explicit —  operators neumann explicit
  • init_values_algorithm —  init values algorithm
  • init_values_ptr —  init values ptr
  • freq_x —  freq x
  • freq_y —  freq y
  • c_init —  c init
  • conv_flux_ptr —  conv flux ptr
  • lxf_lambda —  lxf lambda
  • divclean_mode —  divclean mode
  • flux_quad_degree —  flux quad degree
  • use_velocity_matrixfile —  use velocity matrixfile
  • filecache_velocity_matrixfile_extract —  filecache velocity matrixfile extract
  • gridtype —  gridtype
  • dirichlet_values_ptr —  dirichlet values ptr
  • c_dir —  c dir
  • beta —  beta
  • neumann_values_ptr —  neumann values ptr
  • flux_linear —  flux linear
  • diffusivity_ptr —  diffusivity ptr
  • k —  k
  • name_flux —  name flux
  • lambda —  lambda
  • inner_product_matrix_algorithm —  function pointer to a function computing a inner product matrix \(W\), such that \(u^t W v = <u, v>\). An example is fv_inner_product_matrix().
  • mass_matrix —  mass matrix
  • energy_norm_gamma —  energy norm gamma
  • alpha_over_k —  alpha over k
  • coercivity_bound_ptr —  coercivity bound ptr
  • filecache_ignore_fields_in_model —  filecache ignore fields in model
  • filecache_ignore_fields_in_detailed_data —  filecache ignore fields in detailed data
  • RB_generation_mode —  RB generation mode
  • RB_extension_algorithm —  RB extension algorithm
  • RB_stop_timeout —  RB stop timeout
  • RB_stop_Nmax —  RB stop Nmax
  • RB_stop_max_val_train_ratio —  RB stop max val train ratio
  • RB_stop_epsilon —  RB stop epsilon
  • RB_error_indicator —  RB error indicator
  • RB_detailed_test_savepath —  RB detailed test savepath
  • RB_test_size —  RB test size
  • bnd_rect_corner1 —  bnd rect corner1
  • bnd_rect_corner2 —  bnd rect corner2
  • bnd_rect_index —  bnd rect index
  • velocity_matrixfile —  velocity matrixfile
  • dir_box_xrange —  dir box xrange
  • dir_box_yrange —  dir box yrange
  • RB_numintervals —  RB numintervals
  • save_time_indices —  save time indices
  • verbose —  flag indicating the verbosity level of informative output
  • debug —  flag indicating wether debug output shall be turned on

Definition at line 17 of file convdiff_model.m.