Skip to content

Commit

Permalink
More Freya find and replace (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
cticenhour committed Jun 30, 2022
1 parent abfbbae commit 93bda76
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions doc/content/media/thermal_contact/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Freya Thermal Contact Media Folder README
# MALAMUTE Thermal Contact Media Folder README

NOTE: A working LaTeX distribution (with the TikZ package) and ImageMagick is
required for these instructions.

To update the `thermal_two_block.png` file based on changes in the image source
file, run the following two commands in your Terminal in
`freya/doc/content/media/thermal_contact`:
`malamute/doc/content/media/thermal_contact`:

```
% pdflatex thermal_two_block.tex
Expand Down
4 changes: 2 additions & 2 deletions doc/content/verification/thermal_contact_verification.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ parameters outlined for this verification test) results in
This result was implemented in source code in both `ThermalContactTemperatureTestFunc`
(for use in the final analytic result presented below) and in
`ThermalContactPotentialTestFunc` (for use in the input file as the value of
an auxiliary coupled variable). Both of these can be found in `freya/test/src`.
an auxiliary coupled variable). Both of these can be found in `malamute/test/src`.

## Analytic Solution Derivation

Expand Down Expand Up @@ -319,7 +319,7 @@ q_e &= \frac{C_E}{2} \left( \phi_S (1) - \phi_G(1) \right)^2
\end{equation}

This is implemented in source code as `ThermalContactTemperatureTestFunc`. It
can be found in the test source code directory located at `freya/test/src`.
can be found in the test source code directory located at `malamute/test/src`.

## Input File

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
../../../../../freya-opt -i isoPlastic_singleblock.i "initial_temperature=300 Outputs/file_base=t300" &
../../../../../freya-opt -i isoPlastic_singleblock.i "initial_temperature=400 Outputs/file_base=t400" &
../../../../../freya-opt -i isoPlastic_singleblock.i "initial_temperature=500 Outputs/file_base=t500" &
../../../../../freya-opt -i isoPlastic_singleblock.i "initial_temperature=600 Outputs/file_base=t600"
../../../../../malamute-opt -i isoPlastic_singleblock.i "initial_temperature=300 Outputs/file_base=t300" &
../../../../../malamute-opt -i isoPlastic_singleblock.i "initial_temperature=400 Outputs/file_base=t400" &
../../../../../malamute-opt -i isoPlastic_singleblock.i "initial_temperature=500 Outputs/file_base=t500" &
../../../../../malamute-opt -i isoPlastic_singleblock.i "initial_temperature=600 Outputs/file_base=t600"
4 changes: 2 additions & 2 deletions scripts/drsinter_data_extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

### Example Usage #########################################

# Run the script in the `freya/scripts` directory:
# Run the script in the `malamute/scripts` directory:
#
# % cd ~/projects/freya/scripts
# % cd ~/projects/malamute/scripts
# % python drsinter_data_extraction.py
#
# The script will query for extraction settings:
Expand Down
2 changes: 1 addition & 1 deletion test/src/functions/ThermalContactPotentialTestFunc.C
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "ThermalContactPotentialTestFunc.h"

registerMooseObject("FreyaTestApp", ThermalContactPotentialTestFunc);
registerMooseObject("MalamuteTestApp", ThermalContactPotentialTestFunc);

InputParameters
ThermalContactPotentialTestFunc::validParams()
Expand Down
2 changes: 1 addition & 1 deletion test/src/functions/ThermalContactTemperatureTestFunc.C
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "ThermalContactTemperatureTestFunc.h"

registerMooseObject("FreyaTestApp", ThermalContactTemperatureTestFunc);
registerMooseObject("MalamuteTestApp", ThermalContactTemperatureTestFunc);

InputParameters
ThermalContactTemperatureTestFunc::validParams()
Expand Down

0 comments on commit 93bda76

Please sign in to comment.