Skip to content

Commit

Permalink
current => EMF
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Mar 26, 2024
1 parent a8c8055 commit 3e21b95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/common/model/CurrentIndicator.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023-2024, University of Colorado Boulder

/**
* CurrentIndicator is the base class for devices that indicate the presence of current in the pickup coil.
* CurrentIndicator is the base class for devices that indicate the presence of induced EMF in the pickup coil.
* It exists only to set PhET-iO metadata and provide CurrentIndicatorIO for reference-type serialization.
*
* @author Chris Malley (PixelZoom, Inc.)
Expand Down
2 changes: 1 addition & 1 deletion js/generator/model/Generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* Generator is the model of a simple generator. Motion-based power is provided by a turbine, which is rotated by
* water flow. The rotation causes modulation of a magnetic field, which induces current in a pickup coil.
* water flow. The rotation causes modulation of a magnetic field, which induces EMF in a pickup coil.
*
* @author Chris Malley (PixelZoom, Inc.)
*/
Expand Down
2 changes: 1 addition & 1 deletion js/transformer/model/Transformer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* Transformer is the model of a transformer, consisting of 2 coils. The primary coil (an electromagnet)
* creates a magnetic flow that induces current in the secondary coil (a pickup coil).
* creates a magnetic flow that induces EMF in the secondary coil (a pickup coil).
*
* @author Chris Malley (PixelZoom, Inc.)
*/
Expand Down

0 comments on commit 3e21b95

Please sign in to comment.