diff --git a/framework/doc/content/source/materials/ADGenericConstantMaterial.md b/framework/doc/content/source/materials/ADGenericConstantMaterial.md deleted file mode 100644 index 76ce65bcd598..000000000000 --- a/framework/doc/content/source/materials/ADGenericConstantMaterial.md +++ /dev/null @@ -1,13 +0,0 @@ -# ADGenericConstantMaterial - -!syntax description /Materials/ADGenericConstantMaterial - -This is the [automatic differentiation (AD)](automatic_differentiation/index.md) version of the [GenericConstantMaterial.md]. -Please refer to the regular version for additional documentation. -Because it uses AD, it does not require setting additional material properties to define the (0) derivatives. - -!syntax parameters /Materials/ADGenericConstantMaterial - -!syntax inputs /Materials/ADGenericConstantMaterial - -!syntax children /Materials/ADGenericConstantMaterial diff --git a/framework/doc/content/source/materials/GenericConstantMaterial.md b/framework/doc/content/source/materials/GenericConstantMaterial.md index 761741d23b7d..88e7afba06ac 100644 --- a/framework/doc/content/source/materials/GenericConstantMaterial.md +++ b/framework/doc/content/source/materials/GenericConstantMaterial.md @@ -1,4 +1,4 @@ -# GenericConstantMaterial +# GenericConstantMaterial / ADGenericConstantMaterial !syntax description /Materials/GenericConstantMaterial diff --git a/modules/heat_transfer/doc/content/source/kernels/ADHeatConduction.md b/modules/heat_transfer/doc/content/source/kernels/ADHeatConduction.md index 83b9da198bed..c21a14ff2b9d 100644 --- a/modules/heat_transfer/doc/content/source/kernels/ADHeatConduction.md +++ b/modules/heat_transfer/doc/content/source/kernels/ADHeatConduction.md @@ -7,7 +7,7 @@ ## Example Input File Syntax The case demonstrates the use of `ADHeatConduction` where the -diffusion coefficient (thermal conductivity) is defined by an [ADGenericConstantMaterial](ADGenericConstantMaterial.md). +diffusion coefficient (thermal conductivity) is defined by an [ADGenericConstantMaterial](GenericConstantMaterial.md). !listing modules/heat_transfer/test/tests/radiative_bcs/ad_radiative_bc_cyl.i start=Kernels