Skip to content

Commit

Permalink
docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Mar 19, 2024
1 parent 1b55228 commit 4580ac8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/equations/compressible_navier_stokes_1d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Fluid properties such as the dynamic viscosity ``\mu`` can be provided in any co
[``\mu``] = kg m⁻¹ s⁻¹.
The viscosity ``\mu`` may be a constant or a function of the current state, e.g.,
depending on temperature (Sutherland's law): ``\mu = \mu(T)``.
In the latter case, the function `mu` needs to have the signature `mu(u, equations)`.
The particular form of the compressible Navier-Stokes implemented is
```math
Expand Down
1 change: 1 addition & 0 deletions src/equations/compressible_navier_stokes_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Fluid properties such as the dynamic viscosity ``\mu`` can be provided in any co
[``\mu``] = kg m⁻¹ s⁻¹.
The viscosity ``\mu`` may be a constant or a function of the current state, e.g.,
depending on temperature (Sutherland's law): ``\mu = \mu(T)``.
In the latter case, the function `mu` needs to have the signature `mu(u, equations)`.
The particular form of the compressible Navier-Stokes implemented is
```math
Expand Down
1 change: 1 addition & 0 deletions src/equations/compressible_navier_stokes_3d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Fluid properties such as the dynamic viscosity ``\mu`` can be provided in any co
[``\mu``] = kg m⁻¹ s⁻¹.
The viscosity ``\mu`` may be a constant or a function of the current state, e.g.,
depending on temperature (Sutherland's law): ``\mu = \mu(T)``.
In the latter case, the function `mu` needs to have the signature `mu(u, equations)`.
The particular form of the compressible Navier-Stokes implemented is
```math
Expand Down

0 comments on commit 4580ac8

Please sign in to comment.