New injection based on surface to all geometries.
WARNING: 3DCart still not working (too tired to calculate things and I'm
not ussing it...)
This commit is contained in:
parent
d608639e77
commit
cb92462f36
4 changed files with 11 additions and 1 deletions
|
|
@ -104,6 +104,7 @@ MODULE moduleMesh1DRad
|
|||
USE moduleSpecies
|
||||
USE moduleBoundary
|
||||
USE moduleErrors
|
||||
USE moduleRefParam, ONLY: L_ref
|
||||
IMPLICIT NONE
|
||||
|
||||
CLASS(meshEdge1DRad), INTENT(out):: self
|
||||
|
|
@ -122,6 +123,8 @@ MODULE moduleMesh1DRad
|
|||
|
||||
self%r = r1(1)
|
||||
|
||||
self%surface = 1.D0 / L_ref**2
|
||||
|
||||
self%normal = (/ 1.D0, 0.D0, 0.D0 /)
|
||||
|
||||
!Boundary index
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue