https://mooseframework.inl.gov
Loading...
Searching...
No Matches
AsymptoticExpansionHomogenizationKernel.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 "Kernel.h"
13
14// Forward Declarations
15
17{
18public:
20
22
23protected:
24 virtual Real computeQpResidual();
25
27 const std::string _base_name;
28
30
31private:
33 const unsigned int _component;
34 const unsigned int _column;
35 const std::array<unsigned int, 6> _k_index;
36 const std::array<unsigned int, 6> _l_index;
37 const unsigned int _k;
38 const unsigned int _l;
39};
const unsigned int _component
An integer corresponding to the direction this kernel acts in.
const std::string _base_name
Base name of the material system that this kernel applies to.
const MaterialProperty< RankFourTensor > & _elasticity_tensor
const InputParameters & parameters() const