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

feat(hyd): Simple hydraulic temperature simulation #7573

Merged
Merged
Show file tree
Hide file tree
Changes from 35 commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
2bb6230
first proto
crocket63 Oct 28, 2022
7435fc0
feat(sd): add OVHT indication to HYD page
lukecologne Oct 28, 2022
c334bf9
added faults lvars
crocket63 Oct 28, 2022
7e3f3c4
Update CHANGELOG.md
crocket63 Oct 28, 2022
d5957f3
ecam faults
crocket63 Oct 28, 2022
421da2f
added pump failures
crocket63 Oct 29, 2022
7570d59
pumps heats circuit fluid
crocket63 Oct 29, 2022
39502db
fault logic reworked
crocket63 Oct 29, 2022
2bdf2bc
EWD formatting
crocket63 Oct 29, 2022
792bec3
Update a320-simvars.md
crocket63 Oct 29, 2022
240ee89
feat(sd): add ELEC PUMP OVHT indication
lukecologne Oct 29, 2022
b6abd92
Update electrical_pump_physics.rs
crocket63 Oct 29, 2022
0747ba9
Merge branch 'feat_hyd_temperature_simulation' of https://github.com/…
crocket63 Oct 29, 2022
bf6db36
pump damaged do not consume current
crocket63 Oct 29, 2022
0148d8b
fix tests
crocket63 Oct 29, 2022
3082560
Merge branch 'master' into feat_hyd_temperature_simulation
crocket63 Oct 30, 2022
cb4695c
Update mod.rs
crocket63 Oct 30, 2022
231e7e3
fix elec pump staying active when not spinning
crocket63 Oct 30, 2022
2d9bffa
fix edp spinning when damaged
crocket63 Oct 30, 2022
3de52f6
some tests
crocket63 Oct 30, 2022
664328f
Update PseudoFWC.tsx
crocket63 Oct 30, 2022
a5f9f1d
clean up
crocket63 Oct 31, 2022
3b4c05e
removed failing test
crocket63 Oct 31, 2022
5233938
fix ptu heating only in one direction
crocket63 Nov 3, 2022
e4adcbd
Merge branch 'master' into feat_hyd_temperature_simulation
crocket63 Nov 3, 2022
05a1e40
generic pump identifiers
crocket63 Nov 14, 2022
0e081a4
Merge branch 'master' of https://github.com/flybywiresim/a32nx into f…
crocket63 Nov 14, 2022
d2d9ea7
fix merge
crocket63 Nov 14, 2022
ed39962
test update
crocket63 Nov 18, 2022
f17c7f6
Merge branch 'master' into feat_hyd_temperature_simulation
crocket63 Nov 18, 2022
e39005a
merged with latest rust changes
crocket63 Nov 18, 2022
b427bc9
update test profile fixing stack overflow
crocket63 Nov 18, 2022
1c9e260
fix OVHT SD ecam that disapeared
crocket63 Nov 18, 2022
0867664
clippy
crocket63 Nov 18, 2022
80735b5
Merge branch 'master' into feat_hyd_temperature_simulation
crocket63 Nov 21, 2022
a7d6d79
Merge branch 'master' into feat_hyd_temperature_simulation
beheh Dec 2, 2022
7bbdc60
Merge branch 'master' into feat_hyd_temperature_simulation
crocket63 Dec 14, 2022
cf33b34
Merge branch 'master' into feat_hyd_temperature_simulation
crocket63 Dec 14, 2022
27fb284
Update CHANGELOG.md
crocket63 Dec 19, 2022
9283b94
Update src/systems/a320_systems_wasm/src/lib.rs
crocket63 Dec 19, 2022
36bfa16
Merge branch 'feat_hyd_temperature_simulation' of https://github.com/…
crocket63 Dec 19, 2022
78d8d47
Update src/systems/systems/src/hydraulic/mod.rs
crocket63 Dec 19, 2022
e9acedf
removed vectors
crocket63 Dec 19, 2022
7b2a617
Merge branch 'feat_hyd_temperature_simulation' of https://github.com/…
crocket63 Dec 19, 2022
296b57f
Update src/systems/systems/src/hydraulic/mod.rs
crocket63 Dec 19, 2022
a19388b
Update src/systems/systems/src/hydraulic/mod.rs
crocket63 Dec 19, 2022
c8d4100
Update src/systems/systems/src/hydraulic/mod.rs
crocket63 Dec 19, 2022
ae0c3d0
Update mod.rs
crocket63 Dec 19, 2022
e7483f7
Merge branch 'feat_hyd_temperature_simulation' of https://github.com/…
crocket63 Dec 19, 2022
11cf1f6
Merge branch 'master' into feat_hyd_temperature_simulation
lukecologne Dec 19, 2022
9d41604
fix(hyd): fix use imports after merge
lukecologne Dec 19, 2022
9d29120
Merge branch 'master' into feat_hyd_temperature_simulation
crocket63 Dec 20, 2022
e0e63ed
Merge branch 'master' into feat_hyd_temperature_simulation
crocket63 Dec 21, 2022
1bd5fa9
Merge branch 'master' into feat_hyd_temperature_simulation
crocket63 Dec 22, 2022
439b748
fix ptu overheating when theres fluid
crocket63 Dec 22, 2022
0600b41
Merge branch 'master' into feat_hyd_temperature_simulation
crocket63 Dec 27, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
1. [FLIGHTMODEL] Flight Model update - @donstim (donbikes#4084)
1. [HYD] Fix incorrect gain in down pitch commands - @Crocket63 (crocket)
1. [PFD] Improve appearance of L/DEV and V/DEV scales - @tracernz (Mike)
1. [HYD] Simple temperature simulation - @Crocket63 (crocket)
crocket63 marked this conversation as resolved.
Show resolved Hide resolved
1. [HYD] Implemented Electro Hydrostatic actuators - @Crocket63 (crocket)
1. [FAC] Move Speedscale computation to FAC - @lukecologne (luke)

Expand Down
Loading