vault backup: 2025-10-10 06:58:26
This commit is contained in:
+2
-1
@@ -1,2 +1,3 @@
|
||||
.obsidian/workspace.json
|
||||
.obsidian/plugins/recent-files-obsidian/data.json
|
||||
.obsidian/plugins/recent-files-obsidian/data.json
|
||||
/.obsidian/plugins/recent-files-obsidian/data.json
|
||||
+4
-8
@@ -1,5 +1,9 @@
|
||||
{
|
||||
"recentFiles": [
|
||||
{
|
||||
"basename": "README",
|
||||
"path": "README.md"
|
||||
},
|
||||
{
|
||||
"basename": "stochastic-branch-takeoff",
|
||||
"path": "stochastic-branch-takeoff.md"
|
||||
@@ -12,10 +16,6 @@
|
||||
"basename": "monte-carlo-methods",
|
||||
"path": "monte-carlo-methods.md"
|
||||
},
|
||||
{
|
||||
"basename": "README",
|
||||
"path": "README.md"
|
||||
},
|
||||
{
|
||||
"basename": "2025-07-18_estimating-isnt-engineering",
|
||||
"path": "2025-07-18_estimating-isnt-engineering.md"
|
||||
@@ -195,10 +195,6 @@
|
||||
{
|
||||
"basename": "nfpa-70_310_conductors_for_general_wiring",
|
||||
"path": "nfpa-70_310_conductors_for_general_wiring.md"
|
||||
},
|
||||
{
|
||||
"basename": "nfpa-70_220_load-calculations",
|
||||
"path": "nfpa-70_220_load-calculations.md"
|
||||
}
|
||||
],
|
||||
"omittedPaths": [],
|
||||
|
||||
Vendored
+251
@@ -0,0 +1,251 @@
|
||||
{
|
||||
"main": {
|
||||
"id": "aa91a7b9c333bf1f",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "86608ca00348a47d",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "b1ab7c5c07385eae",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "README.md",
|
||||
"mode": "source",
|
||||
"source": true
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "README"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "30c53437eb7400bb",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Untitled.md",
|
||||
"mode": "source",
|
||||
"source": true
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "Untitled"
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 1
|
||||
},
|
||||
{
|
||||
"id": "1bf0414140143c14",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "e7132b9932c16893",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "tagfolder-view-scroll",
|
||||
"state": {
|
||||
"files": [
|
||||
{
|
||||
"path": "hvac-calculations.md",
|
||||
"content": "---\nid:\naliases: []\ntags: []\n---\n# HVAC Calculations\n\n## Units\n\n### British Thermal Unit\n\nUnit of heat energy\n\nThere are several definitions of the Btu,\nHVAC uses the IT definition,\nabbreviated Btu<sub>IT</sub>\n\n$$\n\\begin{align*}\n1 \\text{Btu}_\\text{IT} &= \\left( 4.1868 \\times 453.59237 \\times{\\frac{5}{9}} \\right) \\text{J} \\\\\n&\\approx 1055.056 \\text{J}\n\\end{align*}\n$$\n\nMore common than Btu itself is\nthousand British thermal units per hour (MBH),\na unit of power.\n\n$$\n\\begin{align*}\n1 \\text{MBH} &= 1000 \\text{Btu/hr} \\\\\n&\\approx 3.412 \\text{W}\n\\end{align*}\n$$\n\n### Ton of Refrigeration (TR or TOR)\n\nUnit of power\n\n> [!info] Also Known As\n> * refrigeration ton (RT)\n> * ton (refrigeration)\n\n$$\n\\begin{align*}\n1 \\text{TR} &= 12000 \\text{Btu}_\\text{IT}/\\text{h} \\\\\n&\\approx 3516.853 \\text{W}\n\\end{align*}\n$$\n\n### Cubic Feet per Minute (CFM)\n\nUnit of volumetric flow\n\n## Measures\n\n### Airflow\n\n* CFM\n\nExternal static pressure (ESP)\nmeasured in inches of water\n\n### Heating/Cooling Capacity\n\n* Tons (refrigeration)\n* MBH\n\nEntering air temperature (EAT)\nLeaving air temperature (LAT)\nMixed air temperature (MAT)\n\nLatent heat\nSensible heat\n\nSensible -> dry bulb\nLatent -> wet bulb\n\n#### ???\n\nOSA EAT (F)\nEXH EAT (F)\n\nIN S.L.\nOUT ALT.\n\n### Efficiency\n\n* η (eta)\n",
|
||||
"title": "HVAC Calculations"
|
||||
},
|
||||
{
|
||||
"path": "Untitled.md",
|
||||
"content": "",
|
||||
"title": "Untitled"
|
||||
},
|
||||
{
|
||||
"path": "windows-setup.md",
|
||||
"content": "# Windows Setup\n\n## Clone This Vault\n\n1. Create a [GitHub](https://github.com/)\n account if you don't have one already.\n\n2. Install [Git](https://git-scm.com/)\n\n ```\n winget install Git.Git\n ```\n\n3. Clone this repo\n\n ```\n git clone https://github.com/ZaneMeyers/zmVault\n ```\n\n> [!important]\n> If you're reading this,\n> you probably have push access to this repo.\n> Please do me a favor and don't use it.\n> It won't be destructive, but it may be annoying.\n\nIf you make unintended changes to this vault:\n\n```\ncd zmVault\ngit reset --hard\n```\n\n## Setup Obsidian\n\n1. Download and install [Obsidian](https://obsidian.md/)\n\n## Create Your Own Vault\n\n### Create a GitHub Repository\n\n<!-- TODO: -->\n\n### Create and Push your Vault\n\n```\nmkdir myVault\ngit init\ngit add README.md\ngit commit -m \"first commit\"\ngit branch -M main\ngit remote add origin https://github.com/ExampleName/myVault.git\ngit push -u origin main\n```\n\n### Set Up Your Vault\n\nAdd and enable the Git Community Plugin.\n\n<!-- TODO: -->\n",
|
||||
"title": "Windows Setup"
|
||||
}
|
||||
],
|
||||
"title": "",
|
||||
"tagPath": "_untagged"
|
||||
},
|
||||
"icon": "sheets-in-box",
|
||||
"title": "_untagged"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
},
|
||||
"left": {
|
||||
"id": "b3c9d356c549ce89",
|
||||
"type": "mobile-drawer",
|
||||
"children": [
|
||||
{
|
||||
"id": "2ff6f68f9e76a1d3",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "file-explorer",
|
||||
"state": {
|
||||
"sortOrder": "alphabetical",
|
||||
"autoReveal": false
|
||||
},
|
||||
"icon": "lucide-folder-closed",
|
||||
"title": "Files"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "38a48f2f03d38688",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "search",
|
||||
"state": {
|
||||
"query": "",
|
||||
"matchingCase": false,
|
||||
"explainSearch": false,
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical"
|
||||
},
|
||||
"icon": "lucide-search",
|
||||
"title": "Search"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "36dd0ec3cb6ac053",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "tag",
|
||||
"state": {
|
||||
"sortOrder": "frequency",
|
||||
"useHierarchy": true,
|
||||
"showSearch": false,
|
||||
"searchQuery": ""
|
||||
},
|
||||
"icon": "lucide-tags",
|
||||
"title": "Tags"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "60a570fd0e0a524c",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "all-properties",
|
||||
"state": {
|
||||
"sortOrder": "frequency",
|
||||
"showSearch": false,
|
||||
"searchQuery": ""
|
||||
},
|
||||
"icon": "lucide-archive",
|
||||
"title": "All properties"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "18ea1b96aff8ad6a",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "bookmarks",
|
||||
"state": {},
|
||||
"icon": "lucide-bookmark",
|
||||
"title": "Bookmarks"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "fc7d6346fb293800",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "tagfolder-view",
|
||||
"state": {},
|
||||
"icon": "stacked-levels",
|
||||
"title": "Tag Folder"
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 5
|
||||
},
|
||||
"right": {
|
||||
"id": "45a062845b47ec9d",
|
||||
"type": "mobile-drawer",
|
||||
"children": [
|
||||
{
|
||||
"id": "0192ce9aa8ca2a99",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
"showSearch": false,
|
||||
"searchQuery": "",
|
||||
"backlinkCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
},
|
||||
"icon": "links-coming-in",
|
||||
"title": "Backlinks"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "9ec8affd1cee3764",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
},
|
||||
"icon": "links-going-out",
|
||||
"title": "Outgoing links"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "1ebf69b21ebb7395",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"followCursor": false,
|
||||
"showSearch": false,
|
||||
"searchQuery": ""
|
||||
},
|
||||
"icon": "lucide-list",
|
||||
"title": "Outline"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "e3d983b0b7468903",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "review-queue-list-view",
|
||||
"state": {},
|
||||
"icon": "SpacedRepIcon",
|
||||
"title": "Notes Review Queue"
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 0
|
||||
},
|
||||
"left-ribbon": {
|
||||
"hiddenItems": {
|
||||
"switcher:Open quick switcher": false,
|
||||
"graph:Open graph view": false,
|
||||
"canvas:Create new canvas": false,
|
||||
"daily-notes:Open today's daily note": false,
|
||||
"templates:Insert template": false,
|
||||
"command-palette:Open command palette": false,
|
||||
"markdown-importer:Open format converter": false,
|
||||
"zk-prefixer:Create new unique note": false,
|
||||
"bases:Create new base": false,
|
||||
"obsidian-git:Open Git source control": false,
|
||||
"homepage:Open homepage": false,
|
||||
"table-editor-obsidian:Advanced Tables Toolbar": false,
|
||||
"obsidian-excalidraw-plugin:New drawing": false,
|
||||
"obsidian-spaced-repetition:Review flashcards": false
|
||||
}
|
||||
},
|
||||
"active": "e7132b9932c16893",
|
||||
"lastOpenFiles": [
|
||||
"Untitled.md",
|
||||
"README.md"
|
||||
]
|
||||
}
|
||||
@@ -1,12 +1,16 @@
|
||||
---
|
||||
id:
|
||||
aliases: []
|
||||
<<<<<<< HEAD
|
||||
tags:
|
||||
- destiny/permanent
|
||||
- status/incomplete
|
||||
- topic/electrical
|
||||
- type/encyclopedia
|
||||
title: HVAC Calculations
|
||||
=======
|
||||
tags: []
|
||||
>>>>>>> origin/main
|
||||
---
|
||||
# HVAC Calculations
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
<<<<<<< HEAD
|
||||
---
|
||||
id:
|
||||
aliases: []
|
||||
@@ -8,6 +9,8 @@ tags:
|
||||
- type/guide
|
||||
title: Windows Setup
|
||||
---
|
||||
=======
|
||||
>>>>>>> origin/main
|
||||
# Windows Setup
|
||||
|
||||
## Clone This Vault
|
||||
|
||||
Reference in New Issue
Block a user