https://mooseframework.inl.gov
Loading...
Searching...
No Matches
KKSPhaseConcentrationMultiPhaseDerivatives.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
15{
16public:
18
20
21protected:
22 virtual void computeQpProperties() override;
23
25 const unsigned int _num_c;
26
28 const std::vector<VariableName> _c_names;
29
31 const std::vector<VariableName> _eta_names;
32
34 const unsigned int _num_j;
35
37 std::vector<const MaterialProperty<Real> *> _prop_ci;
38 std::vector<MaterialPropertyName> _ci_names;
40
42 std::vector<std::vector<std::vector<MaterialProperty<Real> *>>> _dcidetaj;
43
45 std::vector<std::vector<std::vector<MaterialProperty<Real> *>>> _dcidb;
46
48 std::vector<MaterialName> _Fj_names;
49
53 std::vector<std::vector<std::vector<const MaterialProperty<Real> *>>> _d2Fidcidbi;
54
56 std::vector<MaterialPropertyName> _hj_names;
57 std::vector<const MaterialProperty<Real> *> _prop_hj;
59
61 std::vector<std::vector<const MaterialProperty<Real> *>> _dhjdetai;
62};
std::vector< const MaterialProperty< Real > * > _prop_ci
Phase concentrations.
const unsigned int _num_c
Number of global concentrations.
std::vector< const MaterialProperty< Real > * > _prop_hj
std::vector< std::vector< std::vector< MaterialProperty< Real > * > > > _dcidetaj
Derivative of phase concentrations wrt etaj .
const std::vector< VariableName > _c_names
Names of global concentrations.
std::vector< std::vector< std::vector< const MaterialProperty< Real > * > > > _d2Fidcidbi
Second derivative of phase concentrations wrt two phase concentrations .
const std::vector< VariableName > _eta_names
Phase parameters.
std::vector< MaterialPropertyName > _hj_names
Switching functions.
std::vector< std::vector< std::vector< MaterialProperty< Real > * > > > _dcidb
Derivative of phase concentrations wrt global concentrations .
std::vector< std::vector< const MaterialProperty< Real > * > > _dhjdetai
Derivatives of switching functions.