Search found 1 match

by mrninkoz
12 Nov 2015, 13:14
Forum: Software development
Topic: Saving results & restarting
Replies: 11
Views: 17557

Re: Saving results & restarting

! Get the Stokes loads !--------------------------- FlowLoadsName = GetString( Model % Solver % Values , 'Flow Solver Name', GotIt ) IF (.NOT. GotIt) THEN WRITE(FlowLoadsName,'(A)') TRIM(FlowSolutionName)//' Loads' WRITE(Message,'(AA)') 'Using default name for flow solution: ', & FlowLoadsName ...