Difference between revisions of "Main Page"

From PHYSpedia
Jump to: navigation, search
(Miscellaneous Tools)
(Modeling & Simulation)
Line 5: Line 5:
 
===Modeling & Simulation===
 
===Modeling & Simulation===
 
==== Codes ====
 
==== Codes ====
[[BTEC]]
+
[[BTEC]] is a multi-physics C++ code that simulates laser-tissue interaction. It is capable of predicting how much energy is required to cause damage to the retina with a laser pointer for example.
  
[[Schrodinger]]
+
[[Schrodinger]] is a FORTRAN code that solves Schrodinger's equation.
 +
 
 +
====Libraries====
 +
Libraries are collections of code that can be reused in you programs. When you are learning to write programs to solve physics problems, it is tempting to try to "write your own", i.e. write code to implement functionality already available in one or more libraries.
  
 
====Tools====
 
====Tools====

Revision as of 09:47, 23 March 2014

Welcome to the FHSU Physics Department Wiki!

Main Topics

Modeling & Simulation

Codes

BTEC is a multi-physics C++ code that simulates laser-tissue interaction. It is capable of predicting how much energy is required to cause damage to the retina with a laser pointer for example.

Schrodinger is a FORTRAN code that solves Schrodinger's equation.

Libraries

Libraries are collections of code that can be reused in you programs. When you are learning to write programs to solve physics problems, it is tempting to try to "write your own", i.e. write code to implement functionality already available in one or more libraries.

Tools

Linux

HPC - High Performance Computing

Computational Physics Links

Miscellaneous Tools

LucidChart an an online diagram editor that is pretty good. Students and teachers can signup for an account and get free access to the top-level subscription which allows you to collaborate on creating diagrams, where multiple people are allowed to edit it at once. This tool could be used to quickly draw some simple circuit diagrams, draw a UML diagram of some programming project, create flow charts for planning a presentation or paper, and much more.

Doing Science

There are many tools available that make our jobs as scientists easier. Here is a collection of software, analysis techniques, and more, that you may find useful.

  • Linux is a free and open source operating system that is very common in academic and research settings.
  • LaTeX is THE standard for typesetting technical papers. Once you learn how to use it, you will never want to write a paper in Word again.
  • Gnuplot is a simple, yet powerful, command-line plotting program. You can use it to quickly plot data during analysis, or to create publication quality figures.
  • Data Analysis: this page contains various information related to analyzing data, including error analysis.

Student/Class Projects

  • The Phys 100, Introduction to Engineering Science, class has been launching high altitude weather balloons as a class project since Fall of 2011. See their project page here.

Random Unorganized Topics

To see a set of unorganized links to various projects that have used this wiki, go here

MediaWiki Information

Consult the User's Guide for information on using the wiki software.

Getting started