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

specialize to pressure only #2

Open
arturgower opened this issue Jul 27, 2023 · 2 comments
Open

specialize to pressure only #2

arturgower opened this issue Jul 27, 2023 · 2 comments

Comments

@arturgower
Copy link
Member

shear_field_mode(ω, r, bearing.medium, basis_order, bc.fieldtype)

The shear part needs to return an empty vector when the boundary condition type refers to pressure only. That way, the resulting matrix from the boundary_system will be the matrix for pressure only.

@arturgower
Copy link
Member Author

shear_coefficients = coefficients[:,3:4] |> transpose

Need to rewrite how ElasticWave works which currently always assumes there are shear waves.

@arturgower
Copy link
Member Author

The specialisation to pressure only should come from the user giving the PhysicalMedium Acoustic. Should not mess around too much with the boundarytypes.

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

No branches or pull requests

1 participant