Plot3Dメッシュクラス
メッシュのエリアを構造体で返す関数
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Plot3dMesh), | intent(in) | :: | self |
cubeの形状(i,j,k節点数)を返す関数
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Plot3dMesh), | intent(in) | :: | self |
任意節点(引数)における流速を返す関数
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Plot3dMesh) | :: | self | ||||
type(plot3dNodeInfo), | intent(in) | :: | node |
節点 |
メッシュを構成するcube数を返す関数
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Plot3dMesh), | intent(in) | :: | self |
メッシュクラスメソッド 保存量ファイル(.f)を読み込み、メッシュクラスに格納する
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Plot3dMesh) | :: | self | ||||
character(len=*), | intent(in) | :: | fName |
任意座標(引数)に最近傍な節点を探し、その情報(cubeID,nodeID)を返す関数
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Plot3dMesh), | intent(in) | :: | self | |||
real, | intent(in) | :: | cdn(3) |
任意座標(引数)を含むcubeをメッシュの中から探してそのIDを返す関数
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Plot3dMesh), | intent(in) | :: | self | |||
real, | intent(in) | :: | cdn(3) |