www.mooseframework.org
MixedModeEquivalentK.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://www.mooseframework.org
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 
13 
14 // Forward Declarations
15 
17 {
18 public:
20 
22 
23  virtual void initialize();
24  virtual void execute();
25 
26 protected:
27  const VectorPostprocessorName _ki_vpp_name;
28  const VectorPostprocessorName _kii_vpp_name;
29  const VectorPostprocessorName _kiii_vpp_name;
30  const std::string _ki_vector_name;
31  const std::string _kii_vector_name;
32  const std::string _kiii_vector_name;
41  unsigned int _ring_index;
42 
48 };
const VectorPostprocessorName _kii_vpp_name
const std::string _kiii_vector_name
VectorPostprocessorValue & _x
static InputParameters validParams()
const VectorPostprocessorValue & _ki_value
const std::string _kii_vector_name
const VectorPostprocessorValue & _x_value
const VectorPostprocessorValue & _z_value
MixedModeEquivalentK(const InputParameters &parameters)
VectorPostprocessorValue & _y
VectorPostprocessorValue & _position
const VectorPostprocessorName _ki_vpp_name
std::vector< Real > VectorPostprocessorValue
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const std::string _ki_vector_name
const VectorPostprocessorValue & _position_value
VectorPostprocessorValue & _k_eq
const VectorPostprocessorValue & _kiii_value
const InputParameters & parameters() const
VectorPostprocessorValue & _z
const VectorPostprocessorValue & _y_value
const VectorPostprocessorValue & _kii_value
const VectorPostprocessorName _kiii_vpp_name