Code Monkey home page Code Monkey logo

Comments (19)

jiban avatar jiban commented on August 24, 2024

Dear @lucianoambrosini,
BARAM does not use any network port.
Could you capture the error message and let me know your running environment in detail?

-- Jake

from baram.

lucianoambrosini avatar lucianoambrosini commented on August 24, 2024

Castellation refinement Failed. [4294967295] (windows message)
Error while connecting to host, Unable to establish connection. Persistent rejection of the target computer. (10061)
Connect on sock (host=Asus, port=8678) failed, exhausted all end points
Unable to connect to 'Asus:8678',
sock error: Error = -1

This above is the error message displayed 8even in BaramFlow) I downloaded Baram 24.0.1.

from baram.

jiban avatar jiban commented on August 24, 2024

Dear @lucianoambrosini,
I still have no clue for the issue and have a few questions to clarify it.

  1. On what platform are you running Baram? (ex. Window, macOS, Linux, or WSL on Windows, ...)
  2. How did you install Baram? ( ex. by windows installer or git clone, ... )
  3. How do you run Baram? ( ex. by typing python command on command line, or by double-clicking on Windows, ...)
  4. Are you running Baram in Cluster configuration?
    image

from baram.

lucianoambrosini avatar lucianoambrosini commented on August 24, 2024

You are right sorry, so:

  1. Windows 10,
  2. I run the Windows installer app;
  3. I run this app on Windows:
    image
  4. I run it on the local machine
    image

I am trying to use BARAM to run some Buildings CFD analysis.

Thank you in advance for your help.

from baram.

jiban avatar jiban commented on August 24, 2024

I'm strongly suspecting that the problem comes from MPI.
Could you check your MPI installation status in Windows Settings?
image

from baram.

lucianoambrosini avatar lucianoambrosini commented on August 24, 2024

Thanks for your prompt response!
image

so I noticed that the MPI SDK is missing.

from baram.

jiban avatar jiban commented on August 24, 2024

I found a similar issue here.

Error while connecting to host, No connection could be made because the target machine actively refused it. (10061)
Connect on sock (host=computer name, port=8676) failed, exhaused all end points
Unable to connect to 'computer name:8676',
sock error: Error = -1

Do you have any other MPI installed on your Windows?
Could you check if the path for MS-MPI is the first one?

Microsoft Windows [Version 10.0.19045.4170]
(c) Microsoft Corporation. All rights reserved.

C:\Users\jakej>where mpiexec
C:\Program Files\Microsoft MPI\Bin\mpiexec.exe

C:\Users\jakej>

from baram.

lucianoambrosini avatar lucianoambrosini commented on August 24, 2024

Thanks for your feedback, I checked it and I found out this:

C:\Users\luciano>where mpiexec
C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32_win\mpirt\mpiexec.exe
C:\Program Files\Microsoft MPI\Bin\mpiexec.exe

C:\Users\lucia>

from baram.

jiban avatar jiban commented on August 24, 2024

Yes, you definitely have Intel MPI installed on your Windows.
Could you try uninstalling it from "Settings > Apps" and restarting your computer, then running BARAM?

from baram.

lucianoambrosini avatar lucianoambrosini commented on August 24, 2024

Perfect!
Thank you! I have renamed the intel MPI file and now BaramMesh and Flow go ahead in their calculation. Now I must find some tutorials to use them specifically for buildings/AEC industry. Any advice is well accepted :)
Thank you for your support.

from baram.

kdg5424 avatar kdg5424 commented on August 24, 2024

Hi @lucianoambrosini . This is donggyu. I want to know the more detail information of you.
You mentioned you need some tutorials for buildings/AEC. There are some fields in building/AEC like HVAC, plant engineering, boiler, etc.
So I want to know which field exactly are you in.
And which tutorials do you need?
Thanks

from baram.

jiban avatar jiban commented on August 24, 2024

Closed because no response for a long time

from baram.

lucianoambrosini avatar lucianoambrosini commented on August 24, 2024

Sorry for the tremendous delay,

AEC industry but I am more focused on the Urban and indoor design simulation, especially in knowing and assessing the wind behaviour over the building facades.

It would be fantastic if you could provide some Urban examples with buildings to understand the behaviour of the wind flux among them and how to get the wind pressure at some specific point. Everything start with which is the best way to model and define the hexsnappy mesh, and then how ti setup the context.

It would be really valuable for architects definitely!

Thank you in advance.

from baram.

kdg5424 avatar kdg5424 commented on August 24, 2024

Hello @lucianoambrosini. This is Donggyu.

I'm really sorry but currently there isn't a specific example of building wind pressure tutorials that suits your needs perfectly.
However, there are similar examples sucs as airfoil, automobile and cantilever beams external aerodynamics tutorials.
Since there is demand for building wind pressure examples, we plan to create on soon.

And which CFD SW do you use now? ANSYS, CCM or anything else?
I'm just asking out of curiosity.

Best regards

Donggyu kim

from baram.

lucianoambrosini avatar lucianoambrosini commented on August 24, 2024

Thank you for your prompt response.

Generally I used to work with some specific Grasshopper plugins (that deploy OpenFoam as CFD engine), or sometimes with ANSYS.
Thank you for your advice about "similar examples".

Best regards,

from baram.

kdg5424 avatar kdg5424 commented on August 24, 2024

Oh could you let us know Grasshopper plugin? I've never heard about that.
Is it the specific solver for building wind pressure or general solver?

Best regards.

from baram.

lucianoambrosini avatar lucianoambrosini commented on August 24, 2024

Certainly. Grasshopper is a Visual Programming Language (VPL) for Rhinoceros, which is a 3D modeling NURBS software developed by McNeel & Associates. Since its inception in 2008, Grasshopper has significantly expanded, and a plethora of plugins have been created. In the realm of environmental design, two major projects stand out: Ladybug Tools and ClimateStudio.

Regarding CFD analysis specifically:

  1. Butterfly is available from Ladybug Tools;
  2. Eddy3D is provided by some developers from ClimateStudio;

Both serve as Grasshopper user interfaces for managing the OpenFoam engine.

I trust this information will be helpful to you.

Shall we begin developing a new GH plugin? 😉

Best regards.

from baram.

kdg5424 avatar kdg5424 commented on August 24, 2024

Thank you for your kind exlpain.

Could you let me know why you need that plugin and how are you going to use it?
We have the roadmap and priority for the BARAM development.
And by our judgement and decision, if the users seriously need the plugin (Grasshopper), we should decide to implement the plugin.

So could you give us more detail information?

Best regards

from baram.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.