How to Add a variable
From KratosWiki
To add a variable like "LAMBDA" do the following
- add it to variables.h file in KRATOS "includes, in a similar way to anyone of other variables that are there (kratosR1\kratos\includes);
- add it to variables.cpp file in KRATOS "sources" directory (kratosR1\kratos\sources);
- change the corresponding application interface in "custom python" file;