The combustion problem – the criitical parameter value
using namespace std;
int main(
int argc,
char**argv) {
dout << setprecision(numeric_limits<Float>::digits10)
<<
"alpha_c = " <<
alpha_c() << endl
}
odiststream dout(cout)
see the diststream page for the full documentation
int main(int argc, char **argv)
The combustion problem – the critical parameter value as a function.
This file is part of Rheolef.
rheolef - reference manual