Ignore:
Timestamp:
Jun 5, 2017, 3:03:57 PM (7 years ago)
Author:
Evgeny Stambulchik <Evgeny.Stambulchik@…>
Branch:
default
Phase:
public
Message:

Added sound velocity.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/entities.js

    r364 r368  
    100100        formula   : "return this.plasma.getAlfvenVelocity(this.plasma.B)",
    101101        wikiLink  : "Alfven_velocity"
     102    },
     103    {
     104        id        : "sound_velocity",
     105        name      : "Sound velocity",
     106        dimension : "velocity",
     107        nspecies  : 0,
     108        section   : "waves",
     109        formula   : "return this.plasma.getSoundVelocity()",
     110        wikiLink  : "Speed_of_sound"
    102111    },
    103112
Note: See TracChangeset for help on using the changeset viewer.