InterfaceTypeΒΆ
Type: | enum |
---|---|
Range: | CrossSection, DomainInterfaces, ExteriorDomain, InteriorExterior, MaterialInterfaces |
Default: | -/- |
Appearance: | optional |
Selects the type of interfaces. In the following, cylindrical problems with a cross-section computational domain are treated in the same way as the corresponding 3D problem.
DomainInterfaces
Selects the interfaces between neighbored physical domains as specified in the layout files. For two-dimensional problems these are the infinite interfaces in -direction between the domains.
CrossSection
Only allowed for two-dimensional (2D) problems with an infinite
z
-direction. The interfaces are the cross-sections of the physical domains as specified in the layout with normal in -direction. In the output file, the first two columns,DomainIdFirst
andDomainIdSecond
, are replaced by one column namedDomainId
.ExteriorDomain
This is specially devoted for scattering problems. The fluxes of the scattered field into the exterior domain are computed.
The boundary between the computational domain and exterior domain serves as the interface. In the output table, the first column
DomainIdFirst
corresponds to the interior andDomainIdSecond
to the exterior physical domain. The flux of the scattered field from the interior domain with idDomainIdFirst
to the exterior domain with idDomainIdSecond
is computed. In this case the integersDomainIdFirst
andDomainIdSecond
may coincide.InteriorExterior
Similar to
ExteriorDomain
, but now the fluxes of the total field are computed across interior-exterior interfaces. Hence, the flux from interior to the exterior and in the opposite direction are summed up.