Difference between revisions of "CS382:Software"

From Earlham CS Department
Jump to navigation Jump to search
(New page: = Software = == unit.value.name == unit.value.software == unit.value.name == unit.value.software == unit.value.name == unit.value.software ==...)
 
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
= Software =
 
= Software =
 +
== [[CS382:Unit-foundation-templated|Foundations of Modelling]] ==
 +
Firefox
  
  
== [[unit.key|unit.value.name]] ==
+
== [[CS382:staticmodel-outline|Static Modeling]] ==
unit.value.software
+
* Google Earth. Free. All platforms.
  
  
== [[unit.key|unit.value.name]] ==
+
== [[CS382:fire|Fire]] ==
unit.value.software
+
* [[http://ccl.northwestern.edu/netlogo/ NetLogo]] version 4.0
  
  
== [[unit.key|unit.value.name]] ==
+
== [[CS382:Unit-mashup|Visualization]] ==
unit.value.software
+
* Web Browser
 +
* Google account
 +
* Open Office
  
  
== [[unit.key|unit.value.name]] ==
+
== [[CS382:structural-outline|Structural Modeling]] ==
unit.value.software
 
  
 +
[http://downloads.phpnuke.org/en/download-item-view-g-v-l-y-b/BRIDGE%2BCONSTRUCTION%2BSET.htm Bridge Construction Set]
 +
* A bridge-building computer game. It offers a fairly detailed 3-D OpenGL model visualization. The game is organized into stages of increasing complexity.  Available for Mac OS X / Linux / Windows.
 +
**After completing the demo levels, it seems that we might want to actually get licenses. The game is actually really fun. Different levels use different bridge building materials, such as iron (the basic component) steel, and cable.
 +
**We decided to use BCS because it visualizes the bridges in 3-D, and 3-D modeling software should make the students more comfortable translating their models to physical Knex models. (described later)
 +
*Students will be expected to come to the Dennis 224 Lab to use the Bridge Construction Set full version ( if we choose to purchase it ) or they can download the demo on to their personal machines.
  
== [[unit.key|unit.value.name]] ==
 
unit.value.software
 
  
 +
== [[CS382:equation-outline|Rocket Modeling]] ==
 +
*RocketModeler II
 +
http://www.grc.nasa.gov/WWW/K-12/rocket/rktsim.html
  
== [[unit.key|unit.value.name]] ==
+
With this software you can investigate how a rocket flies by changing the values of different design variables.  
unit.value.software
 
  
 +
* Water Rocket Fun v.3.4.
 +
http://www.seeds2lrn.com/rocketSoftware.html
  
== [[unit.key|unit.value.name]] ==
+
The main page that we can focus on: contains downloadable software for a flight of water rocket: Called : Water Rocket Fun v.3.4
unit.value.software
 
  
 +
** Descriptions at unit page
  
== [[unit.key|unit.value.name]] ==
 
unit.value.software
 
  
 +
== [[Cs382:unit-compsoc|Computational Sociology and Agent Based Modeling]] ==
 +
* Java
 +
* NetLogo
  
== [[unit.key|unit.value.name]] ==
 
unit.value.software
 
  
 +
== [[CS382:Predator-Prey|Predator Prey ( Lynx Hare )]] ==
 +
* Custom Lynx-Hare model based on [http://ccl.northwestern.edu/netlogo/models/WolfSheepPredation(SystemDynamics) Wolf Sheep Systems Dynamics netlogo model]
  
== [[unit.key|unit.value.name]] ==
+
 
unit.value.software
+
== [[CS382:chaos_templated|Chaos]] ==
 +
*[http://local.wasp.uwa.edu.au/~pbourke/fractals/lorenz/ Lorenz attractor in 3D]
 +
**[[CS382:attractor_inC|Lorenz attractor C source code]] generates values in 3 dimensional coordinate.
 +
**Students can generate infinite patterns of values by changing 3 parameters in 3 non-linear differential equations.
 +
**The values can be plotted with GNUplot like [https://wiki.cs.earlham.edu/images/7/7a/Lorenz.jpg this picture].
 +
**There is the source code of Lorenz attractor for second life, but it includes numbers of bugs. 
 +
*Excel for statistical computation
 +
*[http://answers.yahoo.com/question/index?qid=20080106042422AAH5JIV Yahoo! Answers: I'm looking for a good weather prediction software]
 +
**e.g. [http://www.nco.ncep.noaa.gov/pmb/nwprod/analysis/namer/gfs/00/index_pcp_s_loop.shtml Looping image of temperature, pressure, precipitation]
 +
 
 +
 
 +
== [[CS382:End-Notes|End-Notes]] ==

Latest revision as of 13:45, 22 April 2009

Software

Foundations of Modelling

Firefox


Static Modeling

  • Google Earth. Free. All platforms.


Fire


Visualization

  • Web Browser
  • Google account
  • Open Office


Structural Modeling

Bridge Construction Set

  • A bridge-building computer game. It offers a fairly detailed 3-D OpenGL model visualization. The game is organized into stages of increasing complexity. Available for Mac OS X / Linux / Windows.
    • After completing the demo levels, it seems that we might want to actually get licenses. The game is actually really fun. Different levels use different bridge building materials, such as iron (the basic component) steel, and cable.
    • We decided to use BCS because it visualizes the bridges in 3-D, and 3-D modeling software should make the students more comfortable translating their models to physical Knex models. (described later)
  • Students will be expected to come to the Dennis 224 Lab to use the Bridge Construction Set full version ( if we choose to purchase it ) or they can download the demo on to their personal machines.


Rocket Modeling

  • RocketModeler II

http://www.grc.nasa.gov/WWW/K-12/rocket/rktsim.html

With this software you can investigate how a rocket flies by changing the values of different design variables.

  • Water Rocket Fun v.3.4.

http://www.seeds2lrn.com/rocketSoftware.html

The main page that we can focus on: contains downloadable software for a flight of water rocket: Called : Water Rocket Fun v.3.4

    • Descriptions at unit page


Computational Sociology and Agent Based Modeling

  • Java
  • NetLogo


Predator Prey ( Lynx Hare )


Chaos


End-Notes