Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compute WSS during the simulation #90

Open
keiyamamo opened this issue Dec 12, 2022 · 3 comments
Open

compute WSS during the simulation #90

keiyamamo opened this issue Dec 12, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@keiyamamo
Copy link
Collaborator

In most of the biomedical simulations, we would at least compute WSS. Therefore, it makes more sense that we compute WSS during the simulation rather than as post-process. Since the velocity is already available during the simulation, it should be computationally inexpensive to compute WSS on the fly.

@keiyamamo keiyamamo added the enhancement New feature or request label Dec 12, 2022
@hkjeldsberg
Copy link
Contributor

Thanks for suggesting this improvement @keiyamamo .
This should be trivial to implement for rigid domain simulations. However, I have not been able to successfully compute WSS on a moving domain, which requires further investigation.

@keiyamamo
Copy link
Collaborator Author

I see! I did not think about it. Is it due to the fact mesh is updated in OasisMove?

@hkjeldsberg
Copy link
Contributor

hkjeldsberg commented Dec 12, 2023

Yes, I have had issues with making FEniCS understand that the boundarymesh is updated for each iteration, resulting in errors of this kind:

Error: Unable to create mesh entity.
Reason: Mesh entity index -1 out of range ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants