https://mooseframework.inl.gov
AsymptoticExpansionHomogenizationElasticConstants.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 
13 
14 // Forward Declarations
15 
20 {
21 public:
23 
25 
26  virtual void initialize() override;
27  virtual void execute() override;
28  virtual Real getValue() const override;
29  virtual void finalize() override;
30  virtual void threadJoin(const UserObject & y) override;
31 
32 protected:
33  virtual Real computeQpIntegral() override;
34 
35 private:
37  const std::string _base_name;
38 
39  const std::array<std::array<const VariableGradient *, 3>, 6> _grad;
40 
42  const unsigned int _column, _row;
43  const std::array<unsigned int, 6> _ik_index;
44  const std::array<unsigned int, 6> _jl_index;
45  const unsigned _i, _j, _k, _l;
48 };
const std::array< std::array< const VariableGradient *, 3 >, 6 > _grad
const std::vector< double > y
This postprocessor computes homogenized elastic constants.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const