SurfaceAreaModelPower.hpp
41 auto SurfaceAreaModelPowerMolar(String const& phase, real const& A0, real const& q0, real const& p) -> SurfaceAreaModel;
59 auto SurfaceAreaModelPowerSpecific(String const& phase, real const& A0, real const& q0, real const& p) -> SurfaceAreaModel;
77 auto SurfaceAreaModelPowerVolumetric(String const& phase, real const& A0, real const& q0, real const& p) -> SurfaceAreaModel;
91 auto SurfaceAreaModelPower(String const& mineral, real A0, Chars unitA0, real m0, Chars unitm0, real const& q) -> SurfaceAreaModel;
Model< real(ChemicalProps const &props)> SurfaceAreaModel
The type of functions for calculation of surface areas (in m2).
Definition: SurfaceAreaModel.hpp:33
auto SurfaceAreaModelPowerMolar(String const &phase, real const &A0, real const &q0, real const &p) -> SurfaceAreaModel
Return a surface area model for a phase based on power law that depends on a given initial surface ar...
auto SurfaceAreaModelPower(String const &mineral, real A0, Chars unitA0, real m0, Chars unitm0, real const &q) -> SurfaceAreaModel
Return a surface area model for a phase based on power law that depends on a given initial surface ar...
auto SurfaceAreaModelPowerSpecific(String const &phase, real const &A0, real const &q0, real const &p) -> SurfaceAreaModel
Return a surface area model for a phase based on power law that depends on a given initial surface ar...
auto SurfaceAreaModelPowerVolumetric(String const &phase, real const &A0, real const &q0, real const &p) -> SurfaceAreaModel
Return a surface area model for a phase based on power law that depends on a given initial surface ar...
The namespace containing all components of the Reaktoro library.
Definition: Algorithms.hpp:29
autodiff::real real
The number type used throughout the library.
Definition: Real.hpp:26