API Reference
frd2vtu
frd2vtu.frd2vtu(frd_files, parallel=True)
Convert one or more .frd files to .vtu format.
- Args:
*frd_files(str): Paths to.frdfiles to convert.-
parallel(bool): Use parallel processing (default: True). -
Returns:
- None
frd2vtu.frdbin2vtu(file_path)
Convert a single binary .frd file to .vtu format.
- Args:
-
file_path(str): Path to the input.frdfile. -
Returns:
pyvista.UnstructuredGridif successful,Noneotherwise.
frd2vtu.basic_plot
frd2vtu.basic_plot.basic_plots(*vtu)
Create simple plots for the given .vtu files.
- Args:
-
*vtu: Variable number of.vtufile paths. -
Returns:
- None (saves PNG files).