forked from idaholab/fenix
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Adds TMAP8 content (requires a forthcoming adjustment to TMAP8 documentation to build successfully) - Adds Cardinal content - Excludes Nek-related content - Adds landing page for BulkEnergyConservationICAction - Adds landing page for VolumetricHeatSourceICAction - Removes excess syntax information for both IC actions - Adds landing page for Cardinal/ICs custom syntax - Tweaks name of FENIX user notes page in light of TMAP8 conflict - Adds code coverage link to navigation - Adds module content - Add SQA dependencies and SQA requirement content for modules and apps Refs idaholab#38 and idaholab#52
- Loading branch information
1 parent
cb35dbd
commit 28e8a29
Showing
9 changed files
with
134 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
- source/** | ||
- media/** | ||
- ~source/auxkernels/NekSpatialBinComponentAux.md | ||
- ~source/timesteppers/NekTimeStepper.md | ||
- ~source/mesh/NekRSMesh.md | ||
- ~source/postprocessors/boundary_specs.md | ||
- ~source/postprocessors/NekHeatFluxIntegral.md | ||
- ~source/postprocessors/NekNumRanks.md | ||
- ~source/postprocessors/NekMassFluxWeightedSideAverage.md | ||
- ~source/postprocessors/NekMassFluxWeightedSideIntegral.md | ||
- ~source/postprocessors/NekPressureSurfaceForce.md | ||
- ~source/postprocessors/NekScalarValuePostprocessor.md | ||
- ~source/postprocessors/NekSideAverage.md | ||
- ~source/postprocessors/NekSideExtremeValue.md | ||
- ~source/postprocessors/NekSideIntegral.md | ||
- ~source/postprocessors/NekUsrWrkBoundaryIntegral.md | ||
- ~source/postprocessors/NekVolumeAverage.md | ||
- ~source/postprocessors/NekVolumeExtremeValue.md | ||
- ~source/postprocessors/NekVolumeIntegral.md | ||
- ~source/postprocessors/PecletNumber.md | ||
- ~source/postprocessors/ReynoldsNumber.md | ||
- ~source/problems/NekRSProblem.md | ||
- ~source/problems/NekRSSeparateDomainProblem.md | ||
- ~source/problems/nek_classes.md | ||
- ~source/problems/nondimensional_problem.md | ||
- ~source/problems/output_solution.md | ||
- ~source/problems/NekRSStandaloneProblem.md | ||
- ~source/userobjects/NekBinnedPlaneAverage.md | ||
- ~source/userobjects/NekBinnedPlaneIntegral.md | ||
- ~source/userobjects/NekBinnedSideAverage.md | ||
- ~source/userobjects/NekBinnedSideIntegral.md | ||
- ~source/userobjects/NekBinnedVolumeAverage.md | ||
- ~source/userobjects/NekBinnedVolumeIntegral.md | ||
- ~source/userobjects/NekScalarValue.md | ||
- ~source/userobjects/velocity_component.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
1 change: 1 addition & 0 deletions
1
doc/content/syntax/Cardinal/ICs/BulkEnergyConservation/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
!include BulkEnergyConservationIC.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
!include VolumetricHeatSourceICAction.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
!include syntax/Cardinal/index.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Custom Cardinal Syntax | ||
|
||
Custom block syntax is used for both of the [VolumetricHeatSourceICAction.md] and | ||
[BulkEnergyConservationIC.md] objects. Examples of the usage of this syntax can | ||
be found in either of the linked pages. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters