BioCMAMC-ST
Simulation::MassTransfer Namespace Reference

Namespaces

namespace  Impl
namespace  Type

Classes

struct  EquilibriumFunctor
struct  InterfacialAreaFonctor
struct  KlFonctor
class  MassTransferModel
struct  MassTransferProxy

Enumerations

enum class  Sign : int { GasToLiquid = -1 , LiquidToGas = 1 }

Functions

template<typename T, typename G>
Eigen::MatrixXd impl_mtr (const T &kla, const Eigen::ArrayXd &Cl, const G &Cs, const Eigen::MatrixXd &Vliq)

Enumeration Type Documentation

◆ Sign

enum class Simulation::MassTransfer::Sign : int
strong
Enumerator
GasToLiquid 
LiquidToGas 

Function Documentation

◆ impl_mtr()

template<typename T, typename G>
Eigen::MatrixXd Simulation::MassTransfer::impl_mtr ( const T & kla,
const Eigen::ArrayXd & Cl,
const G & Cs,
const Eigen::MatrixXd & Vliq )