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

initialization of micromodel for buckley leverett multiscale problem More...

Go to the source code of this file.

Functions

function model = multiscale_buckley_leverett_model (params)
 initialization of micromodel for buckley leverett multiscale problem More...
 
function U0 = multiscalebuckleyleverettmodel>BL_init_values (model, model_data)
 
function [ inc
, fluxes ] = 
multiscalebuckleyleverettmodel>BL_L_E_local (model, model_data, U, index)
 

Detailed Description

initialization of micromodel for buckley leverett multiscale problem

Definition in file multiscale_buckley_leverett_model.m.

Function Documentation

function model = multiscale_buckley_leverett_model (   params)

initialization of micromodel for buckley leverett multiscale problem

Parameters
paramsparams
Return values
modelmodel
Generated fields of model:
  • 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.
  • BL_Ul —  BL Ul
  • BL_tau —  BL tau
  • T —  end time for evolution problems
  • BL_n_x —  BL n x
  • BL_Time —  BL Time
  • BL_epsilon —  BL epsilon
  • BL_M —  BL M
  • BL_DX —  BL DX
  • BL_n —  BL n
  • BL_DT —  BL DT
  • BL_N_T —  BL N T
  • BL_dx —  BL dx
  • BL_dt —  BL dt
  • BL_LAMBDA —  BL LAMBDA
  • nt —  number of time steps for evolution discretizations
  • 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().
  • verbose —  flag indicating the verbosity level of informative output
  • debug —  flag indicating wether debug output shall be turned on
  • init_values_algorithm —  init values algorithm
  • L_E_local_ptr —  L E local ptr
  • plot —  plot

Definition at line 17 of file multiscale_buckley_leverett_model.m.