https://mooseframework.inl.gov
Loading...
Searching...
No Matches
SplitCHParsed.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 "SplitCHCRes.h"
13#include "JvarMapInterface.h"
15
16// Forward Declarations
17
24class SplitCHParsed : public DerivativeMaterialInterface<JvarMapKernelInterface<SplitCHCRes>>
25{
26public:
28
29 SplitCHParsed(const InputParameters & parameters);
30
31 virtual void initialSetup();
32
33protected:
34 virtual Real computeDFDC(PFFunctionType type);
35 virtual Real computeQpOffDiagJacobian(unsigned int jvar);
36
37private:
40 std::vector<const MaterialProperty<Real> *> _d2Fdcdarg;
41};
CHParsed uses the Free Energy function and derivatives provided by a DerivativeParsedMaterial.
virtual Real computeDFDC(PFFunctionType type)
static InputParameters validParams()
const MaterialProperty< Real > & _d2Fdc2
const MaterialProperty< Real > & _dFdc
virtual void initialSetup()
std::vector< const MaterialProperty< Real > * > _d2Fdcdarg
virtual Real computeQpOffDiagJacobian(unsigned int jvar)