From 94168b211551ddd8d3d2d2fdbab287012fb96035 Mon Sep 17 00:00:00 2001 From: samreid Date: Mon, 29 Jun 2020 15:27:37 -0600 Subject: [PATCH] Add units, see https://github.com/phetsims/states-of-matter/issues/299 --- js/atomic-interactions/model/DualAtomModel.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/atomic-interactions/model/DualAtomModel.js b/js/atomic-interactions/model/DualAtomModel.js index 327aa9f9..eccbbd54 100644 --- a/js/atomic-interactions/model/DualAtomModel.js +++ b/js/atomic-interactions/model/DualAtomModel.js @@ -58,6 +58,7 @@ class DualAtomModel { tandem: tandem.createTandem( 'adjustableAtomInteractionStrengthProperty' ), phetioReadOnly: true, phetioFeatured: true, + units:'K', phetioDocumentation: 'intermolecular potential for the "Adjustable Attraction" atoms - this is a parameter in the Lennard-Jones potential equation' } );