#include <GasLiquidMassTransferTest.h>
Definition at line 16 of file GasLiquidMassTransferTest.h.
◆ GasLiquidMassTransferTest()
| GasLiquidMassTransferTest::GasLiquidMassTransferTest |
( |
| ) |
|
|
inline |
◆ buildObjects()
| void GasLiquidMassTransferTest::buildObjects |
( |
| ) |
|
|
inlineprotected |
Definition at line 22 of file GasLiquidMassTransferTest.h.
23 {
24 {
26 eos_pars.
set<
Real>(
"molar_mass") = 30e-3;
27 eos_pars.
set<
Real>(
"mu") = 20e-6;
28 _fe_problem->addUserObject(
"IdealGasFluidProperties",
"fp", eos_pars);
29 }
30
31
32 {
36 params.
set<UserObjectName>(
"fp") =
"fp";
37 params.
set<
Real>(
"radius") = 1e-3;
38 _fe_problem->addUserObject(
"GasLiquidMassTransfer",
"mtc_stokes", params);
40 }
41
42
43 {
47 params.
set<UserObjectName>(
"fp") =
"fp";
48 params.
set<
Real>(
"molar_weight") = 30e-3;
49 _fe_problem->addUserObject(
"GasLiquidMassTransfer",
"mtc_wilkes", params);
51 }
52 }
InputParameters getValidParams(const std::string &name) const
const GasLiquidMassTransfer * _mtc_stokes
const GasLiquidMassTransfer * _mtc_wilkes
Computes the mass transfer coefficient of a gas/liquid interface.
std::shared_ptr< FEProblem > _fe_problem
const T & getUserObject(const std::string ¶m_name, bool is_dependency=true) const
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Referenced by GasLiquidMassTransferTest().
◆ _mtc_stokes
◆ _mtc_wilkes
The documentation for this class was generated from the following file: