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

Add DistributedAnalysis.get_Qsurface for a single surface #122

Closed
nikosavola opened this issue Jul 15, 2022 · 0 comments · Fixed by #123
Closed

Add DistributedAnalysis.get_Qsurface for a single surface #122

nikosavola opened this issue Jul 15, 2022 · 0 comments · Fixed by #123

Comments

@nikosavola
Copy link
Contributor

Currently, there exists DistributedAnalysis.get_Qsurface_all

def get_Qsurface_all(self, mode, variation, U_E=None):
'''
calculate the contribution to Q of a dielectric layer of dirt on all surfaces
set the dirt thickness and loss tangent in the config file
ref: http://arxiv.org/pdf/1509.01854.pdf

which computes the contribution to Q on all surfaces. I think it would be useful to have a similar function for a single given surface, get_Qsurface. It would then make sense to refactor get_Qsurface_all to call this function with name='AllObjects'.

This issue was closed.
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 a pull request may close this issue.

1 participant