Removed an unusued boundary type
This commit is contained in:
parent
9e3a1a771b
commit
ef0b4ae832
1 changed files with 0 additions and 7 deletions
|
|
@ -30,13 +30,6 @@ MODULE moduleBoundary
|
||||||
|
|
||||||
END TYPE boundaryAxis
|
END TYPE boundaryAxis
|
||||||
|
|
||||||
!Wall at constant temperature
|
|
||||||
TYPE, PUBLIC, EXTENDS(boundaryGeneric):: boundaryThermalWall
|
|
||||||
REAL(8):: wallTemperature
|
|
||||||
CONTAINS
|
|
||||||
|
|
||||||
END TYPE
|
|
||||||
|
|
||||||
TYPE:: bTypesCont
|
TYPE:: bTypesCont
|
||||||
CLASS(boundaryGeneric), ALLOCATABLE:: obj
|
CLASS(boundaryGeneric), ALLOCATABLE:: obj
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue