Furlo
Guest
Hi, I have a problem with fluent 6.3.26.
I'm trying to automate a process to create points, through a scheme file, but sometimes they turn out to be outside the mesh and in this case I should perform another operation. I am therefore looking for a function that upstream tells me whether, given the coordinates, these points are either external, then returning me a boolean value so as to decide what action to do according to the answer.
alternatively I would be useful to understand if it is possible to create within the scheme a if that in case of fluent error (specifically:
can perform another operation.
I'm trying to automate a process to create points, through a scheme file, but sometimes they turn out to be outside the mesh and in this case I should perform another operation. I am therefore looking for a function that upstream tells me whether, given the coordinates, these points are either external, then returning me a boolean value so as to decide what action to do according to the answer.
alternatively I would be useful to understand if it is possible to create within the scheme a if that in case of fluent error (specifically:
)error: point creation failed
error object: #f
can perform another operation.