https://mooseframework.inl.gov
ComplianceSensitivity.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 "StrainEnergyDensity.h"
13 #include "MathUtils.h"
14 
19 {
20 public:
22 
24 
25  virtual void computeQpProperties() override;
26 
27 protected:
33  const MaterialPropertyName _design_density_name;
38 };
const MaterialProperty< Real > & _youngs_modulus
Young&#39;s modulus of the material.
const MaterialPropertyName _design_density_name
Pseudo-density variable name.
static InputParameters validParams()
ComplianceSensitivity(const InputParameters &parameters)
StrainEnergyDensity calculates the strain energy density.
const MaterialProperty< Real > & _dEdp
Derivative of elasticity modulus with respect to pseudo-density.
MaterialProperty< Real > & _sensitivity
Sensitivity material generated by this error.
virtual void computeQpProperties() override
Computes the elasticity compliance sensitivity with respect to a user-supplied variable.
OutputTools< Real >::VariableValue VariableValue
const VariableValue & _design_density
Pseudo-density variable.
const InputParameters & parameters() const