Set boundary values in a modal 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 |
The modal representation on the boundary face.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iBcVar | ||||
integer, | private | :: | bcIndex | ||||
type(tem_st_fun_listElem_type), | private, | pointer | :: | fPtr |