Rheolef
7.1
an efficient C++ finite element environment
lambda_c.cc
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;
}
main
int main(int argc, char **argv)
Definition:
lambda_c.cc:29
lambda_c
Float lambda_c()
Definition:
lambda_c.h:44
rheolef.h
rheolef - reference manual
alpha_c
Float alpha_c()
Definition:
lambda_c.h:36
lambda_c.h
The combustion problem – the critical parameter value as a function.
rheolef::environment
see the environment page for the full documentation
Definition:
environment.h:115
rheolef
This file is part of Rheolef.
Definition:
compiler_eigen.h:37
rheolef::dout
odiststream dout(cout)
see the diststream page for the full documentation
Definition:
diststream.h:430
rheolef::std
Definition:
vec_expr_v2.h:391