Rewriting surfaces and boundaries
This commit is contained in:
parent
3678942be4
commit
1b32dfdfd6
6 changed files with 170 additions and 152 deletions
|
|
@ -495,25 +495,4 @@ submodule(moduleMesh) boundaryParticle
|
|||
|
||||
end subroutine genericTransparent
|
||||
|
||||
function physicalSurface_to_boundaryParticleId(boundaryArray, physicalSurface) result(b)
|
||||
implicit none
|
||||
|
||||
type(boundaryParticleLinking):: boundaryArray(:)
|
||||
integer:: physicalSurface
|
||||
integer:: b
|
||||
integer:: bt
|
||||
|
||||
b = 0
|
||||
do bt=1, nPhysicalSurfaces
|
||||
if (boundaryArray(bt)%physicalSurface == physicalSurface) then
|
||||
b = bt
|
||||
|
||||
exit
|
||||
|
||||
end if
|
||||
|
||||
end do
|
||||
|
||||
end function physicalSurface_to_boundaryParticleId
|
||||
|
||||
end submodule boundaryParticle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue