Skip to content

Add 3D-1D coupling interface APIs#131

Open
taeoukkim wants to merge 1 commit into
SimVascular:masterfrom
taeoukkim:issue-129-3d-1d-coupling
Open

Add 3D-1D coupling interface APIs#131
taeoukkim wants to merge 1 commit into
SimVascular:masterfrom
taeoukkim:issue-129-3d-1d-coupling

Conversation

@taeoukkim

Copy link
Copy Markdown

Current situation

resolves #129

Release Notes

Update 1D solver for 3D-1D coupling.
Functions are stored in "interface.cpp" file.
Main functions are: initialize_1d, set_external_step_size_1d, return_1d_solution, update_1d_solution, run_1d_simulation_step_1d, and extract_coupled_dof.
Now, when you compile the code, it will create a shared library for coupling at ".../svOneDSolver/build/lib/libsvoned_interface.dylib"
The API functions can be accessed through this shared library.

Documentation

I will update document.

Testing

3D-1D testing done

Code of Conduct & Contributing Guidelines

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3D-1D coupling

1 participant