Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
lambda_c.cc

The combustion problem – the criitical parameter value.

The combustion problem – the criitical parameter value

#include "rheolef.h"
using namespace rheolef;
using namespace std;
#include "lambda_c.h"
int main(int argc, char**argv) {
environment rheolef (argc,argv);
dout << setprecision(numeric_limits<Float>::digits10)
<< "alpha_c = " << alpha_c() << endl
<< "lambda_c = " << lambda_c() << endl;
}
see the environment page for the full documentation
int main()
Definition field2bb.cc:58
The combustion problem – the critical parameter value as a function.
Float alpha_c()
Definition lambda_c.h:36
Float lambda_c()
Definition lambda_c.h:44
This file is part of Rheolef.
STL namespace.
rheolef - reference manual