Set boundary values in a nodal way
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(atl_boundary_type), | intent(in) | :: | bc | The boundary condition to generate the modal representation for. |
||
real(kind=rk), | intent(inout) | :: | faceOp(:,:) | The modal representation on the face of the neighboring element. |
||
type(ply_poly_project_type), | intent(inout) | :: | poly_proj | The parameters for projection method. |
||
type(atl_Equations_type), | intent(in) | :: | equation | The equation system you use. |
||
type(treelmesh_type), | intent(in) | :: | tree | treelm mesh |
||
type(coordRotation_type), | intent(in) | :: | normalRot | Rotation indices to rotate global coordinate system into face normal coordinate system. |
||
type(tem_time_type), | intent(in) | :: | time | The absolute time point. |
||
integer, | intent(in) | :: | faceDir | The spatial direction of the boundary face, i.e.: \n 1 -> x direction |
||
integer, | intent(in) | :: | leftOrRight | Is left or right of the fluid element a boundary face. |
||
real(kind=rk), | intent(in) | :: | bndBaryCoord(1:3) | The barycentric boundary element coordinates |
||
real(kind=rk), | intent(in) | :: | elemLength | The length of an element on the current level |
||
real(kind=rk), | intent(in), | optional | :: | faceMaterial(:,:) | The material of the boundary face. First dimension is the number of points on the face. Second dimension is the number of material parameters. |
The modal representation on the boundary face.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iBcVar | ||||
integer, | private | :: | bcIndex | ||||
integer, | private | :: | iVar | ||||
real(kind=rk), | private, | allocatable | :: | pointValOp(:,:) | |||
real(kind=rk), | private, | allocatable | :: | pointFace(:,:) | |||
real(kind=rk), | private, | allocatable | :: | tmpFace(:) |