https://mooseframework.inl.gov
Loading...
Searching...
No Matches
HeatCapacityConductionTimeDerivative.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// MOOSE includes
13#include "TimeDerivative.h"
14#include "JvarMapInterface.h"
16
17// Forward Declarations
18
27 : public DerivativeMaterialInterface<JvarMapKernelInterface<TimeDerivative>>
28{
29public:
31
33
34protected:
35 virtual Real computeQpResidual() override;
36 virtual Real computeQpJacobian() override;
37 virtual Real computeQpOffDiagJacobian(unsigned int jvar) override;
38
42 std::vector<const MaterialProperty<Real> *> _d_heat_capacity_dargs;
44};
A class for defining the time derivative of the heat equation.
const MaterialProperty< Real > & _heat_capacity
Heat capacity and its derivatives with respect to temperature and other coupled variables.
std::vector< const MaterialProperty< Real > * > _d_heat_capacity_dargs
virtual Real computeQpOffDiagJacobian(unsigned int jvar) override