New physical surfaces implemented
This commit is contained in:
parent
a0d45503f7
commit
ce6b6a41a6
11 changed files with 122 additions and 99 deletions
|
|
@ -37,7 +37,6 @@ MODULE moduleMeshInputGmsh2
|
|||
REAL(8):: r(1:3) !3 generic coordinates
|
||||
INTEGER, ALLOCATABLE:: p(:) !Array for nodes
|
||||
INTEGER:: e = 0, n = 0, eTemp = 0, elemType = 0
|
||||
integer:: btPart = 0, btEM = 0
|
||||
INTEGER:: totalNumElem
|
||||
INTEGER:: numEdges
|
||||
INTEGER:: boundaryType
|
||||
|
|
@ -199,11 +198,8 @@ MODULE moduleMeshInputGmsh2
|
|||
|
||||
END SELECT
|
||||
|
||||
!Associate boundary condition procedure.
|
||||
btPart = physicalSurface_to_id(boundariesParticleLinking,boundaryType)
|
||||
btEM = physicalSurface_to_id(boundariesEMLinking, boundaryType)
|
||||
CALL self%edges(e)%obj%init(n, p, boundaryType)
|
||||
|
||||
CALL self%edges(e)%obj%init(n, p, boundariesParticleLinking(btPart)%speciesIndex, btEM)
|
||||
DEALLOCATE(p)
|
||||
|
||||
END DO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue