Skip to main content

Questions tagged [heat]

Heat is a harvesting tool that creates .wxs files that can be used to create an installer.

0 votes
0 answers
6 views

Solve 2d heat equation using solve_ivp

I'm trying to solve the 2D heat equation using the finite difference method as a filtering technique for an image using the solve_ivp method. My code is shown which gives an error message "y0 ...
User123's user avatar
  • 29
0 votes
1 answer
26 views

heat.exe harvesting adding the old v3 namespace to the harvested file

I ran into this problem when upgrading from WiX v3 to v4 and want to provide an answer that worked for me, as i did not find any here. The Problem: In my case i was trying to automate the proccess for ...
Temeos's user avatar
  • 46
0 votes
0 answers
19 views

Calculate total heat loss by conduction given temperature and depth profile vectors in MATLAB

I need to solve this problem in Matlab. I have a hot body placed over cold ground, this having a thermal conductivity k = 1. I need to estimate the total heat loss by conduction into the substratum at ...
S_Av's user avatar
  • 5
0 votes
0 answers
33 views

Scikit-fem wire heat simulation problem (Crank-Nicolson)

I'm trying to simulate the temperature evolution in a cable due to the Joule effect. I already have a code that allows me to simulate conduction in a cable but not temporally. I've heard that one ...
Noé Kilchoer's user avatar
0 votes
0 answers
8 views

Collaboration diagram for Swift Care Ambulance using IoT powered system

Want a collaboration diagram for Swift Care Ambulance It should provide a message alert when accident detected by gyro accelerometer sensor It should note the patient heart rate using heart beat ...
renuka renu's user avatar
0 votes
1 answer
160 views

How do I use heat.exe with Visual Studio extension?

The Wix toolset (v.3) has a tool called heat.exe for "harvesting" files in a particular location and generating a .wxs file which specifies the files which will be part of an installer ...
Todd Hoatson's user avatar
0 votes
2 answers
38 views

in python metpy.units not recognizing degC unit for temprature (calculatinh Heat Index)

i am calculating Heat Index (temprature, relative humidity) using python . showing error for units, thats why i am not able to calculate simple heat index import pandas as pd from metpy.calc import ...
saba Intikhab's user avatar
1 vote
1 answer
59 views

How to harvest files with the same name using wix4 and Heat in VisualStudio Installer Project

I try to include files of two different web applications running in IIS in a wix installer project. To include all files I work with harvesting: <ItemGroup> <HarvestDirectory Include="....
Similitran's user avatar
0 votes
1 answer
85 views

WiX v4 - supress root directory not working

I've set the 'supress root directory' value to true in my harvest directory tag - this worked on wix v3 - however here it doesn't seem to work. Probably too long to include but looking at the ...
DemolitionDude77's user avatar
0 votes
1 answer
34 views

WiX - accessing exe within a harvested folder

In my project I have had to harvest 2 folders which happen to contain duplicate exes I use in custom actions - to achieve this I have set the wixproj value 'supress root directory' to false - meaning ...
DemolitionDude77's user avatar
0 votes
2 answers
94 views

How to make wix installer install a specific folder based off reg key value at run time

I'm developing a WiX installer that will install 1 of 2 folders based on a reg key value. I stupidly overlooked the fact that the way I have done, it will check the reg key value and change the heat ...
DemolitionDude77's user avatar
0 votes
1 answer
64 views

How to connect input connectors from the outside?

I am quite new to Modelica, so perhaps my question is a basic one. I do have a model for a combustion chamber, with 3 ports (or connectors): 1- AirPort (which provides the model with the Medium (in ...
AaronModelica's user avatar
0 votes
0 answers
32 views

How to solve inconsistent equation dimensions in Mathematica

Using the heat equation and Neumann Values in mathematica I've been trying to visualise heat diversions in 2D. The code used is here : Needs["NDSolveFEM"] Clear["Global`*"] (Define ...
Hezux's user avatar
  • 1
0 votes
0 answers
35 views

How to introduce adiabatic heat flux in abaqus

I would like to introduce two types of heat flux in this example (the photo in the attachment): The first type is a surface heat flux applied to the red surface. In Abaqus, there is a function called '...
Wahid Tarhouni's user avatar
0 votes
0 answers
119 views

Simulation of heat diffusion on a heat sink using MPI and a 2D decomposition of the data (3D)

This is my original sequential code for the heat diffusion on the heat sink then I need to parallize it while using MPI and by sharing the domain with each processor in 2D: #define DUMP_STEADY_STATE ...
Aisma's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
19