From f70a51c8bbc28795f3b0b2c3b35798fc08ea35ef Mon Sep 17 00:00:00 2001 From: April Novak Date: Tue, 14 Jan 2025 16:26:11 -0600 Subject: [PATCH] Apply suggestions from code review. --- .../source/materials/ADGenericConstantMaterial.md | 13 ------------- .../source/materials/GenericConstantMaterial.md | 2 +- .../doc/content/source/kernels/ADHeatConduction.md | 2 +- 3 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 framework/doc/content/source/materials/ADGenericConstantMaterial.md 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