Skip to content
Snippets Groups Projects
Commit a5bba640 authored by sergio's avatar sergio Committed by Kutalmış Berçin
Browse files

ENH: Adding speciesSorption BC and patchCellsSource fvOption

speciesSorption is a zeroGradient BC which absorbs mass given by a first
order time derivative, absoprtion rate and an equilibrium value
calculated based on internal species values next to the wall.

patchCellsSource is a source fvOption which applies to the corresponding
species and apply the source calculated on the speciesSorption BC.

A new abstract virtual class was created to group BC's which
don't introduce a source to the matrix (i.e zeroGradient) but calculate
a mass sink/source which should be introduced into the matrix. This
is  done through the fvOption patchCellsSource.
parent 33f381c0
Branches
Tags
1 merge request!548species and heat adsorption BC's and fvOption source
Showing
with 1262 additions and 1 deletion
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment