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:
Jorge Gonzalez 2024-07-10 21:55:45 +02:00
commit cb92462f36
4 changed files with 11 additions and 1 deletions

View file

@ -104,6 +104,7 @@ MODULE moduleMesh1DCart
USE moduleSpecies
USE moduleBoundary
USE moduleErrors
USE moduleRefParam, ONLY: L_ref
IMPLICIT NONE
CLASS(meshEdge1DCart), INTENT(out):: self
@ -122,6 +123,8 @@ MODULE moduleMesh1DCart
self%x = r1(1)
self%surface = 1.D0 / L_ref**2
self%normal = (/ 1.D0, 0.D0, 0.D0 /)
!Boundary index