Rheolef
7.2
an efficient C++ finite element environment
Loading...
Searching...
No Matches
lambda_c.cc
Go to the documentation of this file.
1
25
#include "
rheolef.h
"
26
using namespace
rheolef
;
27
using namespace
std
;
28
#include "
lambda_c.h
"
29
int
main
(
int
argc,
char
**argv) {
30
environment
rheolef
(argc,argv);
31
dout << setprecision(numeric_limits<Float>::digits10)
32
<<
"alpha_c = "
<<
alpha_c
() << endl
33
<<
"lambda_c = "
<<
lambda_c
() << endl;
34
}
rheolef::environment
see the environment page for the full documentation
Definition
environment.h:121
main
int main()
Definition
field2bb.cc:58
lambda_c.h
The combustion problem – the critical parameter value as a function.
alpha_c
Float alpha_c()
Definition
lambda_c.h:36
lambda_c
Float lambda_c()
Definition
lambda_c.h:44
rheolef
This file is part of Rheolef.
Definition
compiler_eigen.h:39
std
STL namespace.
rheolef.h
rheolef - reference manual