GithubHelp home page GithubHelp logo

Comments (5)

MarianBulla avatar MarianBulla commented on May 26, 2024

Hello,
thank you very much for trying to build a OpenRadioss model.
In your model, there are some syntax errors:

  • Floating point numbers have 20 digits space: Review the nodal coordinates.
  • Tetra elements are using the keyword /TET4/ (instead of /BRICK/)
  • 3-node-shells are defined by the keyword /SH3N/
  • 2nd line in the property definition is used for the name of that properts (= string)
    One suggestion is to use existing example models for testing you script.
    Anyway, find attached your corrected model, below.
    Hope I could help you ?
    Thanks and best regards,
    Marian

radioss_welsim_0000.rad.txt
mesh_radioss.inc.txt

from openradioss.

lcheng9 avatar lcheng9 commented on May 26, 2024

@MarianBulla Thank you so much for the quick and detailed response. It helps, I will be revising my script accordingly and keep exploring.

from openradioss.

lcheng9 avatar lcheng9 commented on May 26, 2024

Hello, Could you guide me on how to resolve the warning below? The engine input file radioss_welsim_0001.rad does exist in the same folder as the radioss_welsim_0000.rad file, the starter executable warns the file for not existing. Thanks.

WARNING ID :   1589
** WARNING 4-NODE TIME STEP
DESCRIPTION :  
   SOLVER INPUT FILE radioss_welsim_0001.rad or radioss_welsimD01 NOT FOUND -> CAN NOT CHECK FOR /DT1/BRICK
   Time step initially output in file *_0000.out may be different than the one used during the computation. 

my running script is:

set OPENRADIOSS_PATH=D:\WelSimLLC\executable25\OpenRadioss
set RAD_CFG_PATH=%OPENRADIOSS_PATH%\hm_cfg_files
set RAD_H3D_PATH=%OPENRADIOSS_PATH%\extlib\h3d\lib\win64
set KMP_STACKSIZE=400m
set PATH=%OPENRADIOSS_PATH%\extlib\hm_reader\win64;%PATH% 
set PATH=%OPENRADIOSS_PATH%\extlib\intelOneAPI_runtime\win64;%PATH%
set OMP_NUM_THREADS=32

set startFile=D:\WelSimLLC\executable25\501_ice_cube_sliding_simple\proj5\radioss_welsim_0000.rad
set engineFile=D:\WelSimLLC\executable25\501_ice_cube_sliding_simple\proj5\radioss_welsim_0001.rad
set outputFolder=D:\WelSimLLC\executable25\501_ice_cube_sliding_simple\proj5

%OPENRADIOSS_PATH%/exec/starter_win64.exe -i %startFile% -np 1 -outfile=%outputFolder%

radioss_welsim_0001.rad.txt

from openradioss.

MarianBulla avatar MarianBulla commented on May 26, 2024

Hello, this is just a warning, that the STARTER is not able to estimate the timestep (desired by the user). So, the naturall one will be used and can differ from initial estimation.
You can ignore it for the first shot.
Hope it helps you ?
Thanks and best regards,
Marian

from openradioss.

lcheng9 avatar lcheng9 commented on May 26, 2024

@MarianBulla Thank you again. That resolves my concern about this warning.

from openradioss.

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.