A common file/method naming structure should be enforced across different projects
Currently, twist and flow have a different file hierarchy and different names for methods in classes. This should be unified.
Blueprint information
- Status:
- Started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- None
- Direction:
- Needs approval
- Assignee:
- Harish Narayanan
- Definition:
- Discussion
- Series goal:
- None
- Implementation:
- Started
- Milestone target:
- None
- Started by
- Harish Narayanan
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
My currently proposed file hierarchy looks like the following. It would be good to discuss it here before I change everything to meet this spec.
twist/
problem_
solution_
material_models.py (neoHookean, MooneyRivlin, Biderman, ...)
kinematics.py (Strain measures, Transformations between configurations, ...)
flow/
problem_
solution_
material_models.py (Newtonian, GradeTwo, ...)
kinematics.py (Strain rate measure, ...)
Coming to think of it, I also propose that kinematics.py be moved to 'common.'