Changes
Page history
Update Boundary Conditions
authored
Jan 08, 2019
by
Alain O' Miniussi
Show whitespace changes
Inline
Side-by-side
Developer's-corner/Boundary-Conditions.md
View page @
6a415523
...
@@ -75,7 +75,7 @@ FctBoundariesHandler evanescent(EVANESCENT,
...
@@ -75,7 +75,7 @@ FctBoundariesHandler evanescent(EVANESCENT,
ComputeReflecting(gas, dt);
ComputeReflecting(gas, dt);
EvanescentBoundaryIn(gas, dt);
EvanescentBoundaryIn(gas, dt);
// Radial dumping in the outer region doesn't operate in case of stellar heating
// Radial dumping in the outer region doesn't operate in case of stellar heating
if(!gas.
disk().
physic().starRadiation()) {
if(!gas.physic().starRadiation()) {
EvanescentBoundaryOut(gas, dt);
EvanescentBoundaryOut(gas, dt);
}
}
});
});
...
...
...
...