Skip to content

Commit

Permalink
adjust transitionSmoothingScale for Transformer screen, #66
Browse files Browse the repository at this point in the history
pixelzoom committed May 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 1c580e9 commit c46c049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/transformer/model/Transformer.ts
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ export default class Transformer extends PhetioObject {
this.pickupCoil = new PickupCoil( this.electromagnet, currentFlowProperty, {
position: options.pickupCoilPosition,
maxEMF: 5000000, // see PickupCoil.calibrateMaxEMF
transitionSmoothingScale: 0.56, // see PickupCoil.transitionSmoothingScaleProperty
transitionSmoothingScale: 0.45, // see PickupCoil.transitionSmoothingScaleProperty

// To avoid inducing significant (incorrect) EMF when the magnet is moved vertically when inside the coil,
// use sample-point spacing that results (approximately) in the same number of sample points always being

0 comments on commit c46c049

Please sign in to comment.