딸애가 보는걸 보다보니 blender로 만들었다고 나와서

다시 blender 해볼가 싶기도 하고 이래저래 고민되네

 

[링크 : https://www.youtube.com/watch?v=ph04XXLamVQ]

[링크 : https://www.youtube.com/watch?v=eNiQClnIkEc]

[링크 : https://www.youtube.com/watch?v=J6H9C_loIUM]

'프로그램 사용 > Blender' 카테고리의 다른 글

big bunny blender project file  (0) 2022.05.22
블렌더 강좌? (유료)  (0) 2021.08.07
blender physical simulation  (0) 2018.03.19
blender netrender 잠시 된건가..  (0) 2016.11.23
blender netrender / incorrect master version  (0) 2016.11.22
Posted by 구차니

받아서 해보려니 어렵네..

config.sh에 설정이 안되어 있어서 그런건가?

 

$ git clone https://develop.openfoam.com/Development/openfoam.git

 

$ ./Allrun
./Allrun: 70: ./Allrun: WM_PROJECT_DIR: parameter not set or null

[링크 : https://develop.openfoam.com/Development/openfoam/-/tree/master/tutorials]

[링크 : https://www.openfoam.com/documentation/tutorial-guide/index.php]

 

설정법인데 정작 WM_PROJECT_DIR의 경로를 어디로 해야 하는진 안나온다.

[링크 : https://openfoamwiki.net/.../Installation/Working_with_the_Shell#OpenFOAM_Environment_Variables]

 

WM_PROJECT_DIR은 그럼 개발용 디렉토리를 의미하는게 맞는건가?

Test this works correctly by typing “echo $WM_PROJECT_DIR” in the terminal window, which should return the full path to your repository directory, e.g. ${HOME}/OpenFOAM/OpenFOAM-dev.

[링크 : https://openfoam.org/download/source/setting-environment/]

 

4.0 버전의 소스를 뒤져보니 RunFunctions는 존재함.

[링크 : http://dl.openfoam.org/source/4-0]

    [링크 : https://openfoamwiki.net/index.php/Installation/Linux/OpenFOAM-4.0/Ubuntu]

'프로그램 사용 > openFOAM' 카테고리의 다른 글

openFOAM tutorial  (4) 2023.05.24
openfoam7 on ubuntu 18.04  (0) 2020.08.09
openFOAM 우분투 패키지  (0) 2020.07.18
openFOAM 예제  (0) 2020.07.17
beowulf cluster , openMPI, openFOAM?  (0) 2020.07.16
Posted by 구차니

헐.. 예제까지 패키지로 존재하네?

 

$ sudo apt-cache search openfoam
libopenfoam - Set of programs for Computational Fluid Dynamics (CFD). Libraries
openfoam - Set of programs for Computational Fluid Dynamics (CFD). Binaries
openfoam-examples - Set of programs for Computational Fluid Dynamics (CFD). Examples

 

$ sudo apt-get install openfoam openfoam-examples
패키지 목록을 읽는 중입니다... 완료
의존성 트리를 만드는 중입니다       
상태 정보를 읽는 중입니다... 완료
다음 패키지가 자동으로 설치되었지만 더 이상 필요하지 않습니다:
  efibootmgr libegl1-mesa libfwup1 libllvm8
Use 'sudo apt autoremove' to remove them.
다음의 추가 패키지가 설치될 것입니다 :
  libfabric1 libhwloc-plugins libhwloc5 libopenfoam libopenmpi2
  libpsm-infinipath1 libptscotch-6.0 libscotch-6.0 mpi-default-bin
  ocl-icd-libopencl1 openmpi-bin openmpi-common
제안하는 패키지:
  libhwloc-contrib-plugins opencl-icd gfortran
다음 새 패키지를 설치할 것입니다:
  libfabric1 libhwloc-plugins libhwloc5 libopenfoam libopenmpi2
  libpsm-infinipath1 libptscotch-6.0 libscotch-6.0 mpi-default-bin
  ocl-icd-libopencl1 openfoam openfoam-examples openmpi-bin openmpi-common
0개 업그레이드, 14개 새로 설치, 0개 제거 및 0개 업그레이드 안 함.
70.6 M바이트 아카이브를 받아야 합니다.
이 작업 후 331 M바이트의 디스크 공간을 더 사용하게 됩니다.
계속 하시겠습니까? [Y/n] 

 

설치 경로는 아래와 같은데 openfoam은 설정 파일만 있는 듯 하다.(바이너리는 다른 곳에)

/usr/share/openfoam/
/usr/share/doc/openfoam-examples/

 

음.. 홈페이지에서는 7.0 이야기를 하는데 18.04 LTS에서는 4.0 버전까지 릴리즈 한 것으로 보인다.

$ simpleFoam 
/*---------------------------------------------------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  4.0                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
Build  : 4.0
Exec   : simpleFoam
Date   : Jul 19 2020
Time   : 21:07:28
Host   : "mini2760p"
PID    : 6823
Case   : /usr/share/openfoam
nProcs : 1
fileModificationChecking : Monitoring run-time modified files using timeStampMaster
allowSystemOperations : Allowing user-supplied system call operations

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time



--> FOAM FATAL IO ERROR: 
cannot find file

file: /usr/share/openfoam/system/controlDict at line 0.

    From function regIOobject::readStream()
    in file db/regIOobject/regIOobjectRead.C at line 72.

FOAM exiting


[링크 : https://openfoam.org/download/7-ubuntu/]

'프로그램 사용 > openFOAM' 카테고리의 다른 글

openFOAM tutorial  (4) 2023.05.24
openfoam7 on ubuntu 18.04  (0) 2020.08.09
openFOAM tutorial  (0) 2020.07.19
openFOAM 예제  (0) 2020.07.17
beowulf cluster , openMPI, openFOAM?  (0) 2020.07.16
Posted by 구차니

한번 돌려는 볼까 싶어서 찾아보는 중

 

[링크 : https://www.openfoam.com/documentation/guides/latest/doc/tutorial-pimplefoam-ami-rotating-fan.html]

[링크 : https://www.openfoam.com/.../guide-applications-solvers-incompressible-pimpleFoam.html]

[링크 : https://develop.openfoam.com/.../pimpleFoam/RAS/rotatingFanInRoom/system]

'프로그램 사용 > openFOAM' 카테고리의 다른 글

openFOAM tutorial  (4) 2023.05.24
openfoam7 on ubuntu 18.04  (0) 2020.08.09
openFOAM tutorial  (0) 2020.07.19
openFOAM 우분투 패키지  (0) 2020.07.18
beowulf cluster , openMPI, openFOAM?  (0) 2020.07.16
Posted by 구차니

예전에 해보려다 못한거 지금이라도 해볼까..

아니면 openFOAM 같은걸로 CFD 한번 해보는게 나을까?

 

[링크 : https://nixingaround.blogspot.com/2017/01/a-homebrew-beowulf-cluster-part-1.html]

[링크 : https://nixingaround.blogspot.com/2017/01/a-homemade-beowulf-cluster-part-2.html]

 

[링크 : https://help.ubuntu.com/community/MpichCluster]

[링크 : https://ko.wikipedia.org/wiki/MPICH]

 

[링크 : https://www.mpich.org/downloads/]

[링크 : http://mvapich.cse.ohio-state.edu/]

[링크 : https://software.intel.com/content/www/us/en/develop/tools/mpi-library.html]

[링크 :https://www.open-mpi.org/]

 

+

2020.07.17

 

도움말을 보다 보니 아래와 같이 machinefile 혹은 hostfile에 사용할 호스트 목록을 적고

mpirun을 통해 해당 호스트 들에 명령을 넘기는 것으로 보인다.(그러기 위한 nfs와 ssh 설정으로 보임)

$ cat my_hostfile
host01.example.com
host02.example.com
$ mpirun --hostfile my_hostfile -np 4 my_parallel_application

[링크 : https://www.open-mpi.org/faq/?category=running#mpi-environmental-variables]

 

+

2020.07.17

예전 글을 따라가서 보니 openFOAM도 mpirun으로 구동하는 것 봐서는..

openFOAM 을 돌려보면 둘다 하게 되는걸로 생각이 되는데.. openFOAM이 난이도가 높아서 어떻게 해볼수 있으려나?

 

2019/03/31 - [파일방] - 열해석 프로그램(오픈소스)

'프로그램 사용 > openFOAM' 카테고리의 다른 글

openFOAM tutorial  (4) 2023.05.24
openfoam7 on ubuntu 18.04  (0) 2020.08.09
openFOAM tutorial  (0) 2020.07.19
openFOAM 우분투 패키지  (0) 2020.07.18
openFOAM 예제  (0) 2020.07.17
Posted by 구차니

\

 

애가 막 누르다가 창모드 전환해서 부랴부랴 찾아봄.

코디가 창모드로 바뀌는지도 몰랐는데 신기하네?

[링크 : https://ko.gadget-info.com/46371-20-kodi-keyboard-shortcuts-every-kodi-user-should-know]

'프로그램 사용 > kodi(xbmc)' 카테고리의 다른 글

kodi rtl-sdr  (0) 2020.12.14
kodi samba operation not permitted  (2) 2020.12.12
kodi 단축키  (0) 2020.03.29
Wifi direct  (0) 2018.04.02
KODI / DLNA 설정  (0) 2018.04.02
Posted by 구차니
프로그램 사용/autocad2020. 6. 21. 19:17

ODROID(ARM)에서 하니 안되서 에러를 보니 64비트면 되는건가?

그런데 자바 스크립트도 32bit / 64bit 차이가 있는건가?

 

Supported Browsers and System Requirements

The AutoCAD web app is supported by 64-bit Google Chrome, 64-bit Mozilla Firefox, and 64-bit new Microsoft Edge (Chromium based) on Windows or Mac.

For the best performance, it is recommended to use the latest version.

Note: AutoCAD isn't currently supported if you are using Firefox with private browsing. Firefox with private browsing prevents the use of service workers, a technology that is needed to internally communicate between the AutoCAD engine and the AutoCAD user interface. If you wish to use private browsing, you can use Google Chrome in Incognito mode.

System requirements

Minimum processor: Intel® Celeron® CPU N3160 @ 1.60GH

[링크 : https://help.autodesk.com/view/ACADWEB/ENU/?guid=AutoCAD_Web_Help_browsers_html]

'프로그램 사용 > autocad' 카테고리의 다른 글

원 채우기  (0) 2018.05.01
캐드 명령어 이것저것  (0) 2018.01.09
autocad 명령어  (0) 2018.01.08
autolisp  (0) 2014.03.17
AutoCad 2011 도움말 - 명령어  (0) 2014.01.17
Posted by 구차니

리눅스에서 하니 잘되네

그나저나.. odroid xu4 에서 돌리는데 ffmpeg 변환은 neon을 써서 그런지

cpu 클럭과 상관없이(300Mhz / 1.5Ghz) 변환 속도가 13.0x 정도로 나온다.

size=     256kB time=00:00:19.85 bitrate= 105.6kbits/s speed=13.2x

 

find . -type f -iname "*.webm" -exec bash -c 'FILE="$1"; ffmpeg -i "${FILE}" -vn -ab 128k -ar 44100 -y "${FILE%.webm}.mp3";' _ '{}' \;

[링크 : https://bytefreaks.net/gnulinux/bash/ffmpeg-extract-audio-from-webm-to-mp3]

'프로그램 사용 > ffmpeg & ffserver' 카테고리의 다른 글

ffmpeg fbdev  (0) 2021.02.09
ffmpeg build  (0) 2020.11.25
ffmpeg h264 encoding 옵션  (0) 2019.02.22
ffmpeg으로 비디오 비트레이트 바꾸기  (0) 2019.02.22
ffmpeg 레이턴시 관련 옵션 조사  (0) 2018.12.16
Posted by 구차니

F (빨리 재생)

R (천천히 재생)

tab 재생목록

i info

m 메뉴 끄기

f8 mute

f9, - 소리 줄이기

f10, + 소리 키우기

 

[링크 : http://blog.daum.net/sychomad/2523150]

 

요건 안먹네.. 폴더에서 다음 이전 파일 재생 찾으면 좋을텐데..

pgup

pgdn

[링크 : https://kodi.wiki/view/Keyboard_controls]

'프로그램 사용 > kodi(xbmc)' 카테고리의 다른 글

kodi samba operation not permitted  (2) 2020.12.12
kodi 전체화면 / 창화면  (0) 2020.07.05
Wifi direct  (0) 2018.04.02
KODI / DLNA 설정  (0) 2018.04.02
openelec 블루투스 연결하기  (0) 2018.03.07
Posted by 구차니

ubuntu 18.04 LTS 기준

/usr/share/fritzing 에 github에서 파트를 받아서 넣어주면 끝!

cd /usr/share/fritzing/
sudo git clone https://github.com/fritzing/fritzing-parts.git
sudo mv fritzing-parts/ parts

 

[링크 : https://forum.fritzing.org/t/fixing-fritzing-on-ubuntu-18-04/6504]

 

 

+

동일 카테고리 이전 글에 2019년 5월에 쓴 글이 있지만 이게 더 깔끔한 듯.

가끔 git 저장소 업데이트 해주면 신규 부품을 쓸 수 있을테니 더 나은 선택으로 보인다.

Posted by 구차니