Skip to content

Add coronary boundary condition #481

@ktbolt

Description

@ktbolt

Use Case

Coronary boundary conditions.

Problem

The svMultiPhysics solver currently uses the svZeroDSolver interface for coronary boundary conditions. The svSolver had an internal implementation for coronary boundary conditions.

A coronary boundary condition requires users to create a svZeroDSolver JSON file and add a svZeroDSolver_interface section. This requires understanding about svZeroDSolver JSON file format and other details.

Solution

Add an internal implementation for coronary boundary conditions to svMultiPhysics similar to the current RCR boundary condition.

This will make it convenient for users to use coronary boundary conditions without creating a svZeroDSolver JSON file.

The Fortran code for coronary boundary conditions in svSolver can be converted to C++.

Alternatives considered

It might be better to use the svZeroDSolver internally than write another implementation for coronary boundary conditions.

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct and Contributing Guidelines

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions