cfd_solver_write_result Function

public function cfd_solver_write_result(handle, filename) result(status) bind(c, name='cfd_solver_write_result'))

Write the current solution in the standard text result format.

Arguments

Type IntentOptional Attributes Name
type(c_ptr), value :: handle
character(kind=c_char, len=1), intent(in) :: filename(*)

Return Value integer(kind=c_int)