|
PSCF v1.4.0
|
Evaluate the derivative of H with respect to concentration. More...
#include <ConcentrationDerivative.h>
Protected Member Functions | |
| ConcentrationDerivative (typename T::Simulator &simulator, typename T::System &system) | |
| Constructor. | |
| ~ConcentrationDerivative ()=default | |
| Destructor. | |
| double | compute () override |
| Compute and return the derivative of H w/ respect to concentration. | |
Evaluate the derivative of H with respect to concentration.
Specializations of this template are used as base classes for two closely analogous class templates, also named ConcentrationDerivative, that are defined in the Rpc and Rpg namespaces for use in the pscf_rpc and pscf_rpg programs, respectively.
Template parameters:
Definition at line 31 of file fts/analyzer/ConcentrationDerivative.h.
|
protected |
Constructor.
Definition at line 22 of file ConcentrationDerivative.tpp.
References Util::ParamComposite::setClassName().
|
protecteddefault |
Destructor.
|
overrideprotected |
Compute and return the derivative of H w/ respect to concentration.
Definition at line 32 of file ConcentrationDerivative.tpp.
References UTIL_CHECK.