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

computes convection contribution to finite volume time evolution matrices, or their Frechet derivative More...

Go to the source code of this file.

Functions

function [
L_E_conv ,
bdir_E_conv ] = 
fv_frechet_operators_conv_flux_waterflow_upwind (model, model_data, S, U, S_ind, U_ind)
 computes convection contribution to finite volume time evolution matrices, or their Frechet derivative More...
 

Detailed Description

computes convection contribution to finite volume time evolution matrices, or their Frechet derivative

Definition in file fv_operators_conv_flux_waterflow_upwind.m.

Function Documentation

function [ L_E_conv , bdir_E_conv ] = fv_frechet_operators_conv_flux_waterflow_upwind (   model,
  model_data,
  S,
  U,
  S_ind,
  U_ind 
)

computes convection contribution to finite volume time evolution matrices, or their Frechet derivative

Parameters
modelmodel
model_datamodel data
SS
UU
S_indS ind
U_indU ind
Return values
L_E_convL E conv
bdir_E_convbdir E conv
Required fields of model_data:
  • grid —  a structure containing geometry information of a mesh used for discretizations
Required fields of model:
  • flux_quad_degree —  flux quad degree
  • two_phase.waterflow —  two phase.waterflow
  • two_phase.waterflow_derivative —  two phase.waterflow derivative

Definition at line 17 of file fv_operators_conv_flux_waterflow_upwind.m.