Skip to content

Commit

Permalink
some more minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed Jan 28, 2021
1 parent 56fc153 commit 375fddd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
2 changes: 2 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[FourierFlows.jl](https://github.com/FourierFlows/FourierFlows.jl) framework to provide
solvers for problems in Geophysical Fluid Dynamics, on periodic domains using Fourier-based pseudospectral methods.


## Examples

Examples aim to demonstrate the main functionalities of each module. Have a look at our Examples collection!
Expand Down Expand Up @@ -53,6 +54,7 @@ The development of GeophysicalFlows.jl started by [Navid C. Constantinou](http:/
course of time various people have contributed to GeophysicalFlows.jl, including
[Lia Siegelman](https://scholar.google.com/citations?user=BQJtj6sAAAAJ), [Brodie Pearson](https://brodiepearson.github.io), and [André Palóczy](https://scholar.google.com/citations?user=o4tYEH8AAAAJ) (see the [example in FourierFlows.jl](https://fourierflows.github.io/FourierFlowsDocumentation/stable/generated/OneDShallowWaterGeostrophicAdjustment/)).


## Cite

The code is citable via [zenodo](https://doi.org/10.5281/zenodo.1463809).
8 changes: 4 additions & 4 deletions docs/src/modules/singlelayerqg.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ The total energy is:
GeophysicalFlows.SingleLayerQG.energy
```

Other diagnostic include: [`energy_dissipation`](@ref GeophysicalFlows.SurfaceQG.energy_dissipation),
[`energy_drag`](@ref GeophysicalFlows.SurfaceQG.energy_drag), [`energy_work`](@ref GeophysicalFlows.SurfaceQG.energy_work),
[`enstrophy_dissipation`](@ref GeophysicalFlows.SurfaceQG.enstrophy_dissipation), and
[`enstrophy_drag`](@ref GeophysicalFlows.SurfaceQG.enstrophy_drag), [`enstrophy_work`](@ref GeophysicalFlows.SurfaceQG.enstrophy_work).
Other diagnostic include: [`energy_dissipation`](@ref GeophysicalFlows.SingleLayerQG.energy_dissipation),
[`energy_drag`](@ref GeophysicalFlows.SingleLayerQG.energy_drag), [`energy_work`](@ref GeophysicalFlows.SingleLayerQG.energy_work),
[`enstrophy_dissipation`](@ref GeophysicalFlows.SingleLayerQG.enstrophy_dissipation), and
[`enstrophy_drag`](@ref GeophysicalFlows.SingleLayerQG.enstrophy_drag), [`enstrophy_work`](@ref GeophysicalFlows.SingleLayerQG.enstrophy_work).


## Examples
Expand Down
7 changes: 0 additions & 7 deletions src/twodnavierstokes.jl
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
"""
A module for simulating two-dimensional incompressible fluid with the Navier-Stokes equations.
The module uses the vorticity-streamfunction formulation.
# Exports
$(EXPORTS)
"""
module TwoDNavierStokes

export
Expand Down
2 changes: 1 addition & 1 deletion src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function lambdipole(U, R, grid::TwoDGrid{T, A}; center=(mean(grid.x), mean(grid.
end

"""
peakedisotropicspectrum(g, kpeak, E₀; mask=mask, allones=false)
peakedisotropicspectrum(grid, kpeak, E₀; mask=mask, allones=false)
Generate a random two-dimensional relative vorticity field ``q(x, y)`` with Fourier spectrum
peaked around a central non-dimensional wavenumber `kpeak` and normalized so that its total
Expand Down

0 comments on commit 375fddd

Please sign in to comment.