laminarFlameSpeed: Extended interface to provide access to the lower lever laminar flame speed functions of the pressure, temperature, equivalence ration and optional EGR mass fraction: // Member Functions //- Return the laminar flame speed [m/s] virtual tmp<volScalarField> Su ( const volScalarField& p, const volScalarField& Tu, const volScalarField& Phi ) const = 0; //- Return the laminar flame speed [m/s] // including EGR effects virtual tmp<volScalarField> Su ( const volScalarField& p, const volScalarField& Tu, const volScalarField& Phi, const volScalarField& egr ) const = 0; //- Return the laminar flame speed [m/s] // assuming a single fuel specie virtual tmp<volScalarField> Su() const;
laminarFlameSpeed: Extended interface
to provide access to the lower lever laminar flame speed functions of the pressure, temperature, equivalence ration and optional EGR mass fraction:
// Member Functions
//- Return the laminar flame speed [m/s] virtual tmp<volScalarField> Su ( const volScalarField& p, const volScalarField& Tu, const volScalarField& Phi ) const = 0; //- Return the laminar flame speed [m/s] // including EGR effects virtual tmp<volScalarField> Su ( const volScalarField& p, const volScalarField& Tu, const volScalarField& Phi, const volScalarField& egr ) const = 0; //- Return the laminar flame speed [m/s] // assuming a single fuel specie virtual tmp<volScalarField> Su() const;
开源计算流体力学(CFD)平台,用于多物理场数值模拟。
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号