MFC: Pre-Process
High-fidelity multiphase flow simulation
|
Functions/Subroutines | |
program | __m_model_fpp_f90__ |
subroutine | s_read_stl_binary (filepath, model) |
This procedure reads a binary STL file. | |
subroutine | s_read_stl_ascii (filepath, model) |
This procedure reads an ASCII STL file. | |
subroutine | s_read_stl (filepath, model) |
This procedure reads an STL file. | |
subroutine | s_read_obj (filepath, model) |
This procedure reads an OBJ file. | |
type(t_model) function | f_model_read (filepath) |
This procedure reads a mesh from a file. | |
subroutine | s_write_stl (filepath, model) |
This procedure writes a binary STL file. | |
subroutine | s_write_obj (filepath, model) |
This procedure writes an OBJ file. | |
subroutine | s_model_write (filepath, model) |
This procedure writes a binary STL file. | |
subroutine | s_model_free (model) |
This procedure frees the memory allocated for an STL mesh. | |
logical function | f_read_line (iunit, line) |
subroutine | s_skip_ignored_lines (iunit, buffered_line, is_buffered) |
real(wp) function | f_model_is_inside (model, point, spacing, spc) |
This procedure, recursively, finds whether a point is inside an octree. | |
logical function | f_intersects_triangle (ray, triangle) |
This procedure checks if a ray intersects a triangle. | |
subroutine | f_check_boundary (model, boundary_v, boundary_vertex_count, boundary_edge_count) |
This procedure checks and labels edges shared by two or more triangles facets of the 2D STL model. | |
subroutine | f_register_edge (temp_boundary_v, edge, edge_index, edge_count) |
This procedure appends the edge end vertices to a temporary buffer. | |
subroutine | f_check_interpolation_2d (boundary_v, boundary_edge_count, spacing, interpolate) |
This procedure check if interpolates is needed for 2D models. | |
subroutine | f_check_interpolation_3d (model, spacing, interpolate) |
This procedure check if interpolates is needed for 3D models. | |
subroutine | f_interpolate_2d (boundary_v, boundary_edge_count, spacing, interpolated_boundary_v, total_vertices) |
This procedure interpolates 2D models. | |
subroutine | f_interpolate_3d (model, spacing, interpolated_boundary_v, total_vertices) |
This procedure interpolates 3D models. | |
subroutine | f_distance_normals_3d (model, point, normals, distance) |
This procedure determines the levelset distance and normals of the 3D models without interpolation. | |
real(wp) function | f_distance (boundary_v, boundary_vertex_count, boundary_edge_count, point, spacing) |
This procedure determines the levelset distance of 2D models without interpolation. | |
subroutine | f_normals (boundary_v, boundary_vertex_count, boundary_edge_count, point, spacing, normals) |
This procedure determines the levelset normals of 2D models without interpolation. | |
real(wp) function | f_interpolated_distance (interpolated_boundary_v, total_vertices, point, spacing) |
This procedure determines the levelset of interpolated 2D models. | |
real(wp) function | f_tri_area (tri) |
This procedure calculates the barycentric facet area. | |
program __m_model_fpp_f90__ |
|
private |
This procedure checks and labels edges shared by two or more triangles facets of the 2D STL model.
model | Model to search in. | |
boundary_v | Output boundary vertices/normals. | |
boundary_vertex_count | Output total boundary vertex count | |
boundary_edge_count | Output total boundary edge counts | |
[out] | boundary_v | Output boundary vertices/normals |
[out] | boundary_edge_count | Output boundary vertex/edge count |
|
private |
This procedure check if interpolates is needed for 2D models.
boundary_v | Temporary edge end vertex buffer | |
boundary_edge_count | Output total number of boundary edges | |
spacing | Dimensions of the current levelset cell | |
interpolate | Logical output | |
[in,out] | interpolate | Logical indicator of interpolation |
[in] | boundary_edge_count | Number of boundary edges |
|
private |
This procedure check if interpolates is needed for 3D models.
model | Model to search in. |
spacing | Dimensions of the current levelset cell |
interpolate | Logical output |
|
private |
This procedure determines the levelset distance of 2D models without interpolation.
boundary_v | Group of all the boundary vertices of the 2D model without interpolation |
boundary_vertex_count | Output the total number of boundary vertices |
boundary_edge_count | Output the total number of boundary edges |
point | The cell centers of the current levelset cell |
spacing | Dimensions of the current levelset cell |
|
private |
This procedure determines the levelset distance and normals of the 3D models without interpolation.
model | Model to search in. |
point | The cell centers of the current level cell |
normals | The output levelset normals |
distance | The output levelset distance |
|
private |
This procedure interpolates 2D models.
boundary_v | Group of all the boundary vertices of the 2D model without interpolation |
boundary_edge_count | Output total number of boundary edges |
spacing | Dimensions of the current levelset cell |
interpolated_boundary_v | Output all the boundary vertices of the interpolated 2D model |
total_vertices | Total number of vertices after interpolation |
|
private |
This procedure interpolates 3D models.
model | Model to search in. |
spacing | Dimensions of the current levelset cell |
interpolated_boundary_v | Output all the boundary vertices of the interpolated 3D model |
total_vertices | Total number of vertices after interpolation |
|
private |
This procedure determines the levelset of interpolated 2D models.
interpolated_boundary_v | Group of all the boundary vertices of the interpolated 2D model |
total_vertices | Total number of vertices after interpolation |
point | The cell centers of the current levelset cell |
spacing | Dimensions of the current levelset cell |
|
private |
This procedure checks if a ray intersects a triangle.
ray | Ray. |
triangle | Triangle. |
|
private |
This procedure, recursively, finds whether a point is inside an octree.
model | Model to search in. |
point | Point to test. |
spacing | Space around the point to search in (grid spacing). |
spc | Number of samples per cell. |
|
private |
This procedure reads a mesh from a file.
filepath | Path to the file to read. |
|
private |
This procedure determines the levelset normals of 2D models without interpolation.
boundary_v | Group of all the boundary vertices of the 2D model without interpolation |
boundary_vertex_count | Output the total number of boundary vertices |
boundary_edge_count | Output the total number of boundary edges |
point | The cell centers of the current levelset cell |
spacing | Dimensions of the current levelset cell |
normals | Output levelset normals without interpolation |
|
private |
|
private |
This procedure appends the edge end vertices to a temporary buffer.
temp_boundary_v | Temporary edge end vertex buffer | |
edge | Edges end points to be registered | |
edge_index | Edge index iterator | |
edge_count | Total number of edges | |
[in,out] | edge_index | Edge index iterator |
[in,out] | edge_count | Total number of edges |
[in] | edge | Edges end points to be registered |
[in,out] | temp_boundary_v | Temporary edge end vertex buffer |
|
private |
This procedure calculates the barycentric facet area.
|
private |
This procedure frees the memory allocated for an STL mesh.
|
private |
This procedure writes a binary STL file.
filepath | Path to the file to write. |
model | Model to write. |
|
private |
This procedure reads an OBJ file.
filepath | Path to the odj file. |
model | The obj file. |
|
private |
This procedure reads an STL file.
filepath | Path to the STL file. |
model | the STL file. |
|
private |
This procedure reads an ASCII STL file.
filepath | Path to the STL file. |
model | the STL file. |
|
private |
This procedure reads a binary STL file.
filepath | Path to the STL file. |
model | The binary of the STL file. |
|
private |
|
private |
This procedure writes an OBJ file.
filepath | Path to the obj file. |
model | obj to write. |
|
private |
This procedure writes a binary STL file.
filepath | Path to the STL file. |
model | STL to write |