https://mooseframework.inl.gov
Loading...
Searching...
No Matches
phase_field
include
actions
CHPFCRFFSplitKernelAction.h
Go to the documentation of this file.
1
//* This file is part of the MOOSE framework
2
//* https://mooseframework.inl.gov
3
//*
4
//* All rights reserved, see COPYRIGHT for full restrictions
5
//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6
//*
7
//* Licensed under LGPL 2.1, please see LICENSE for details
8
//* https://www.gnu.org/licenses/lgpl-2.1.html
9
10
#pragma once
11
12
#include "
Action.h
"
13
17
class
CHPFCRFFSplitKernelAction
:
public
Action
18
{
19
public
:
20
static
InputParameters
validParams
();
21
22
CHPFCRFFSplitKernelAction
(
const
InputParameters
& params);
23
24
virtual
void
act
();
25
26
private
:
27
const
unsigned
int
_num_L
;
28
const
std::string
_L_name_base
;
29
const
NonlinearVariableName
_n_name
;
30
};
Action.h
Action
CHPFCRFFSplitKernelAction
Definition
CHPFCRFFSplitKernelAction.h:18
CHPFCRFFSplitKernelAction::_L_name_base
const std::string _L_name_base
Definition
CHPFCRFFSplitKernelAction.h:28
CHPFCRFFSplitKernelAction::validParams
static InputParameters validParams()
Definition
CHPFCRFFSplitKernelAction.C:18
CHPFCRFFSplitKernelAction::_n_name
const NonlinearVariableName _n_name
Definition
CHPFCRFFSplitKernelAction.h:29
CHPFCRFFSplitKernelAction::_num_L
const unsigned int _num_L
Definition
CHPFCRFFSplitKernelAction.h:27
CHPFCRFFSplitKernelAction::act
virtual void act()
Definition
CHPFCRFFSplitKernelAction.C:48
InputParameters
Generated on Fri Aug 21 2026 13:41:19 for https://mooseframework.inl.gov by
1.9.8