I have a set of 3d CFD simulations of a seawater intake, in which I have parameterized the speed of the seawater current and the suction speed of the seawater intake, from the simulations I have extracted a cloud of points with position information (x, y, z) and its respective velocity magnitude for each simulation, this in CSV format.
Each point cloud information is in a separate csv file.
I want to train a neural network with two input variables (the speeds that I have mentioned) and as output variable a cloud of points with the variables indicated above (x, y, z) and speed magnitude.
My question is how to tell modulus that my output is a csv file that contains the information of the cloud of points.