Changes
Page history
Update Boundary Conditions
authored
Jan 30, 2019
by
Alain O' Miniussi
Show whitespace changes
Inline
Side-by-side
Developer's-corner/Boundary-Conditions.md
View page @
472580df
...
@@ -89,7 +89,7 @@ They will be made available to the code through a [std::map](http://www.cplusplu
...
@@ -89,7 +89,7 @@ They will be made available to the code through a [std::map](http://www.cplusplu
```
```
void
void
Pet
C
hopBC(GasDisk& gas, real dt) {
Pet
S
hopBC(GasDisk& gas, real dt) {
using namespace std;
using namespace std;
map<string, string> const& params = gas.physic().boundaries.params;
map<string, string> const& params = gas.physic().boundaries.params;
real voltage = boost::lexical_cast<real>(attrs["voltage"]);
real voltage = boost::lexical_cast<real>(attrs["voltage"]);
...
...
...
...