Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< ThermoDiffusion >()
Definition at line 16 of file ThermoDiffusion.C.
18 InputParameters params = validParams<Kernel>();
19 params.addRequiredCoupledVar(
"temp",
"Coupled temperature");
20 params.addParam<Real>(
"gas_constant", 8.3144621,
"Gas constant");
21 params.addParam<std::string>(
22 "heat_of_transport",
"heat_of_transport",
"Property name for the heat of transport.");
23 params.addParam<std::string>(
24 "mass_diffusivity",
"mass_diffusivity",
"Property name for the diffusivity.");
26 params.addClassDescription(
"Kernel for thermo-diffusion (Soret effect, thermophoresis, etc.)");