#include <PFCRFFKernelAction.h>
Definition at line 20 of file PFCRFFKernelAction.h.
◆ PFCRFFKernelAction()
PFCRFFKernelAction::PFCRFFKernelAction |
( |
const InputParameters & |
params | ) |
|
◆ act()
void PFCRFFKernelAction::act |
( |
| ) |
|
|
virtual |
Reimplemented from HHPFCRFFSplitKernelAction.
Definition at line 34 of file PFCRFFKernelAction.C.
37 InputParameters poly_params = _factory.getValidParams(
"TimeDerivative");
38 poly_params.set<NonlinearVariableName>(
"variable") =
_n_name;
39 poly_params.set<
bool>(
"use_displaced_mesh") = getParam<bool>(
"use_displaced_mesh");
40 _problem->addKernel(
"TimeDerivative",
"IE_n", poly_params);
43 std::vector<VariableName> real_v(
_num_L);
44 for (
unsigned int l = 0; l <
_num_L; ++l)
45 real_v[l] =
_L_name_base + Moose::stringify(l) +
"_real";
48 poly_params = _factory.getValidParams(
"CHPFCRFF");
49 poly_params.set<NonlinearVariableName>(
"variable") =
_n_name;
50 poly_params.set<std::vector<VariableName>>(
"v") = real_v;
51 poly_params.applyParameters(parameters());
52 _problem->addKernel(
"CHPFCRFF",
"CH_bulk_n", poly_params);
◆ _L_name_base
const std::string HHPFCRFFSplitKernelAction::_L_name_base |
|
protectedinherited |
◆ _n_name
const VariableName HHPFCRFFSplitKernelAction::_n_name |
|
protectedinherited |
◆ _num_L
const unsigned int HHPFCRFFSplitKernelAction::_num_L |
|
protectedinherited |
The documentation for this class was generated from the following files: