Rework of injection of particles with a special focus in 2DCyl to ensure an homogeneous distribution. #51
1 changed files with 1 additions and 1 deletions
Forgot to save
Sorry.
commit
d608639e77
|
|
@ -499,7 +499,7 @@ MODULE moduleMeshInputVTU
|
|||
! Adjust node volume at axis
|
||||
SELECT CASE(self%geometry)
|
||||
CASE("Cyl")
|
||||
DO n = 1, numNodes
|
||||
DO n = 1, self%numNodes
|
||||
r = self%nodes(n)%obj%getCoordinates()
|
||||
IF (r(2) == 0.D0) THEN
|
||||
self%nodes(n)%obj%v = self%nodes(n)%obj%v * 3.0D0/2.0D0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue