Solvent Accessible Surface Area (SASA)
Introduction
Solvent accessible surface area (SASA) is a measure of how much a protein's surface is able to contact the system's solvent. SASA is reported in square nanometers (nm2) and can be plotted against time. Similar to radius of gyration, changes in SASA over time may indicate protein flexibility and stability.

You should have the following files:
- Trajectory files (.xtc)
- Topology file (.tpr)
Using gmx sasa
To calculate the solvent accessible surface area:
Other options you may find useful
-n
: index file to be used (see Creating Index Files)-b
and-e
: the frames to begin and end-tv
: outputs the total volume and density as a function of time
When prompted, select the group that you wish to analyze.
This will output an XVG file of total SASA versus time that can be visualized using Grace or Python.