-
Notifications
You must be signed in to change notification settings - Fork 1
Dev 0.4.0 #20
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
Merged
Merged
Dev 0.4.0 #20
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add field.py file to evaluate stresses, strain and others fields
add ChargedField class, a stress and strain evaluator
add functions on integral.py to compute the winding number, which is used to define if a point is inside a curve and after used in BEM
add adaptative integrator when needs integrate polynomials functions, like area and moments of inertia
separate the abstract interface (new ICurve) from the Curve class, which is responsible only of naming and tracking
add method 'winding' to compute winding number of a curve
add class 'ConnectedGeometry' inside 'geometry.py' to store curve labels and compute winding number
remove the methods of 'label' or 'name' from independent classes and create the class 'Tracker' to be a parent that handles the instance tracking
move all abstract methods used into interface classes inside abcs.py
rename methods used in dataio.py from 'read_###' to 'load_###'
rename class ConnectedGeometry to Geometry, to keep the name short. We suppose that Geometry is connected, even if the name don't say it
add two attributes (getter and setter) of 'forces' and 'momentums' to compute the stress and strain fields on class ChargedField
implement stress evaluation on class ChargedField when axial force or bending moments are applied
explicit divide stress from strain in `ChargedField`'s `eval` method add docs on methods
implement method on ChargedField that allows computing the strain values from stresses already computed
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #20 +/- ##
==========================================
+ Coverage 83.78% 92.93% +9.15%
==========================================
Files 6 9 +3
Lines 592 736 +144
==========================================
+ Hits 496 684 +188
+ Misses 96 52 -44 ☔ View full report in Codecov by Sentry. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.