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

computes a jacobian of implicit non-linear convective contributions to time evolution matrices at a point (P,S). More...

Go to the source code of this file.

Functions

function spm = fv_frechet_operators_diff_flux_pressure_gradient (model, model_data, P, S, NU_ind)
 computes a jacobian of implicit non-linear convective contributions to time evolution matrices at a point (P,S). More...
 

Detailed Description

computes a jacobian of implicit non-linear convective contributions to time evolution matrices at a point (P,S).

Definition in file fv_frechet_operators_diff_flux_pressure_gradient.m.

Function Documentation

function spm = fv_frechet_operators_diff_flux_pressure_gradient (   model,
  model_data,
  P,
  S,
  NU_ind 
)

computes a jacobian of implicit non-linear convective contributions to time evolution matrices at a point (P,S).

Parameters
modelmodel
model_datamodel data
PP
SS
NU_indNU ind
Return values
spmspm
Required fields of model_data:
  • gn_edges —  gn edges
  • grid —  a structure containing geometry information of a mesh used for discretizations
  • gEI —  gEI
  • gn_inner_edges —  gn inner edges
Required fields of model:
  • two_phase.total_mobility —  two phase.total mobility
  • two_phase.total_mobility_deriv —  two phase.total mobility deriv
  • mean_ptr —  mean ptr
  • mean_deriv1_ptr —  mean deriv1 ptr
  • mean_deriv2_ptr —  mean deriv2 ptr
Generated fields of spm:
  • sn —  sn
  • sm —  sm
  • si —  si
  • sj —  sj
  • pn —  pn
  • pm —  pm
  • pi —  pi
  • pj —  pj
  • svals —  svals
  • pvals —  pvals

Definition at line 17 of file fv_frechet_operators_diff_flux_pressure_gradient.m.