想计算每个基元反应的反应速率, 需要调用chemistryModelI.H里定义的reactions()函数,
template<class CompType, class ThermoType>
inline const Foam::PtrList<Foam::Reaction<ThermoType> >&
Foam::chemistryModel<CompType, ThermoType>::reactions() const
{
return reactions_;
}
怎么做才能调用到这个函数