You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
solver XML keyword using an ambiguous SI type name (silicon?).
The data needed to setup the svZeroDSolver is stored in a text file with hard-coded name svZeroD_interface.dat
interface library path:
../../../../svZeroDSolver/build/src/interface/libsvzero_interface.dylib
svZeroD input file:
svzerod_3Dcoupling.json
svZeroD external coupling block names to surface IDs (where surface IDs are from *.svpre file):
RCR_coupling 0
Initialize external coupling block flows:
0
External coupling block initial flows (one number is provided, it is applied to all coupling blocks):
0.0
Initialize external coupling block pressures:
1
External coupling block initial pressures (one number is provided, it is applied to all coupling blocks):
0.0
This file uses a custom a format.
Solution
It might be good to introduce a Coupling keyword that defines how boundary conditions are coupled.
The information needed to setup the svZeroDSolver should be defined using XML in the solver input file
Use Case
The svFSIplus solver supports a callable interface to the lumped parameter network (LPN) solver.
Problem
Using the svZeroDSolver solver is activated with the
solver XML keyword using an ambiguous
SI
type name (silicon?).The data needed to setup the svZeroDSolver is stored in a text file with hard-coded name
svZeroD_interface.dat
This file uses a custom a format.
Solution
It might be good to introduce a
Coupling
keyword that defines how boundary conditions are coupled.The information needed to setup the svZeroDSolver should be defined using XML in the solver input file
This provides a uniform way to represent information.
Maybe add a
Time_dependence_coupling
keyword to remove the ambiguity of<Time_dependence> Coupling </Time_dependence>
Alternatives considered
Do nothing.
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: