Skip to content

Commit

Permalink
Fixes to build documentation. Refs idaholab#29646
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilnovak authored and GiudGiud committed Jan 22, 2025
1 parent 7d12e46 commit 173c21b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The `ConvectiveHeatFluxBC` boundary condition imposes a heat flux equal to
where $\vec{q}\cdot\hat{n}$ is the heat flux normal to the boundary, $h$ is
the convective heat transfer coefficient, and $T_\infty$ is the far-field temperature.
Both $h$ and $T_{inf}$ are taken as material properties.
See [CoupledConvectiveHeatFluxBC](CoupledConvectiveHeatFluxBC.md) for a similar boundary condition coupled to variables and [ConvectionHeatTransferBC](ConvectionHeatTransferBC.md) for a similar condition for functions.
See [CoupledConvectiveHeatFluxBC](CoupledConvectiveHeatFluxBC.md) for a similar boundary condition coupled to variables.

## Example Input File Syntax

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The Jacobian will account for partial derivatives of the diffusion coefficient
with respect to the unknown variable if the `diffusion_coefficient_dT` property
name is provided. These particular names are the defaults because they
are the names used by [HeatConductionMaterial](HeatConductionMaterial.md),
though you can also define these materials using other [Material](Material.md) objects.
though you can also define these materials using other [Material](Materials/index.md) objects.

## Example Input File Syntax

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ density and specific heat are defined by a [HeatConductionMaterial](/HeatConduct
!listing modules/heat_transfer/test/tests/transient_heat/transient_heat_derivatives.i
start=Kernels
end=Executioner
remove=BCs;Functions
remove=BCs

!syntax parameters /Kernels/HeatConductionTimeDerivative

Expand Down

0 comments on commit 173c21b

Please sign in to comment.