43 drag and downforce calculations#57
Draft
goob10000 wants to merge 26 commits into
Draft
Conversation
imported file over from old branch
Added details about drag calculations and updated blueMaxAnalysis.
Updated README to include physics of the Drag Equation and rolling resistance tests.
Updated Drag Calculations section with new graphs for speed with and without drag.
Updated drag calculations section with new graphs.
Updated the Drag Calculations section with details on drag calculations using rolling resistance tests and the methodology for estimating values.
This script reads suspension travel data from a parquet file, computes relative compression from baseline values, calculates apparent load for each corner, and estimates total downforce. It also generates and saves plots of suspension travel and estimated downforce over time.
Refactor code for clarity and consistency, including updates to comments, variable names, and function signatures. Adjust formatting for improved readability.
goob10000
commented
Apr 29, 2026
| from FSLib.fftTools import * | ||
| from FSLib.AnalysisFunctions import * | ||
|
|
||
| df = readValid("/Users/purnima/Desktop/Sims-Data-bluemax-drag-analysis/Data/speed_drag_parquet_file.parquet") |
Member
Author
There was a problem hiding this comment.
use relative file paths where possible. The standard format is that fs-data and sims-data are both in the same folder so referring to data you can typically do "../fs-3//"
9defbd5 to
40aa722
Compare
Formatted damper parameters for consistency and commented out the spring rate.
Added downforce calculation section with validation plot.
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
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.