Skip to content

Commit

Permalink
Remove relative path to the file Coupler_Solver.so
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Oct 23, 2024
1 parent 4ca1d47 commit 4733959
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions flow-over-heated-plate/fluid-elmer/case.sif
Original file line number Diff line number Diff line change
Expand Up @@ -117,31 +117,31 @@ End

Solver 4
Equation = "Initialize"
Procedure = "../Coupler_Solver.so" "CouplerSolver"
Procedure = "Coupler_Solver.so" "CouplerSolver"
readDataName = String "temperature flux_abs"
writeDataName = String "Temperature"
Exec Solver = before all
End

Solver 5
Equation = "ReadData"
Procedure = "../Coupler_Solver.so" "CouplerSolver"
Procedure = "Coupler_Solver.so" "CouplerSolver"
readDataName = String "temperature flux_abs"
writeDataName = String "Temperature"
Exec Solver = before timestep
End

Solver 6
Equation = "WriteDataAdvance"
Procedure = "../Coupler_Solver.so" "CouplerSolver"
Procedure = "Coupler_Solver.so" "CouplerSolver"
readDataName = String "temperature flux_abs"
writeDataName = String "Temperature"
Exec Solver = after timestep
End

Solver 7
Equation = "Finalize"
Procedure = "../Coupler_Solver.so" "CouplerSolver"
Procedure = "Coupler_Solver.so" "CouplerSolver"
readDataName = String "temperature flux_abs"
writeDataName = String "Temperature"
Exec Solver = after all
Expand Down
8 changes: 4 additions & 4 deletions flow-over-heated-plate/solid-elmer/case.sif
Original file line number Diff line number Diff line change
Expand Up @@ -89,31 +89,31 @@ End

Solver 3
Equation = "Initialize"
Procedure = "../Coupler_Solver.so" "CouplerSolver"
Procedure = "Coupler_Solver.so" "CouplerSolver"
readDataName = String "Temperature"
writeDataName = String "temperature flux_abs"
Exec Solver = before all
End

Solver 4
Equation = "ReadData"
Procedure = "../Coupler_Solver.so" "CouplerSolver"
Procedure = "Coupler_Solver.so" "CouplerSolver"
readDataName = String "Temperature"
writeDataName = String "temperature flux_abs"
Exec Solver = before timestep
End

Solver 5
Equation = "WriteDataAdvance"
Procedure = "../Coupler_Solver.so" "CouplerSolver"
Procedure = "Coupler_Solver.so" "CouplerSolver"
readDataName = String "Temperature"
writeDataName = String "temperature flux_abs"
Exec Solver = after timestep
End

Solver 6
Equation = "Finalize"
Procedure = "../Coupler_Solver.so" "CouplerSolver"
Procedure = "Coupler_Solver.so" "CouplerSolver"
readDataName = String "Temperature"
writeDataName = String "temperature flux_abs"
Exec Solver = after all
Expand Down

0 comments on commit 4733959

Please sign in to comment.