|
[Sponsors] |
[OpenFOAM.com] Error getting 'application' from system/controlDict |
![]() |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
![]() |
![]() |
#1 |
New Member
Milan Romb
Join Date: Jun 2024
Posts: 1
Rep Power: 0 ![]() |
Hello Everybody,
i´m tring to get a tutorial in OpenFoam to run, but unfortunatly i get the following massage: Error getting 'application' from system/controlDict Running false on /home/ofuser/OpenFOAM/Test/windAroundBuildings I tried different tutorials and diefferent solvers. I´m running OpenFoam on Native-Windows. (https://develop.openfoam.com/Develop...native-windows) Please let me know if you have any idea how to fix this problem. Best regards Milan This is my ControlDict. /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v2312 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object controlDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // application simpleFoam; startFrom latestTime; startTime 0; stopAt endTime; endTime 400; deltaT 1; writeControl timeStep; writeInterval 50; purgeWrite 0; writeFormat binary; writePrecision 6; writeCompression off; timeFormat general; timePrecision 6; runTimeModifiable true; functions { #include "ensightWrite" #include "vtkWrite" // Demonstrate runTimePostProcessing #include "visualization" #include "profiling" } // ************************************************** *********************** // |
|
![]() |
![]() |
![]() |
![]() |
#2 |
Senior Member
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,715
Rep Power: 41 ![]() ![]() |
The first step for tracking the problem is to verify what "foamDictionary -expand system/controlDict" returns. The next thing may (or may not) be newline vs carriage-return/newline parsing. I thought this was already solved though.
|
|
![]() |
![]() |
![]() |
Tags |
application, controldict. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
[solids4Foam] Missing interpolate(sigma0) in fvSchemes in some tutorials | Krapf | OpenFOAM CC Toolkits for Fluid-Structure Interaction | 8 | June 23, 2024 07:59 |
SimpleFoam cannot open include file | Marija | OpenFOAM Running, Solving & CFD | 1 | October 28, 2020 10:35 |
Error in compute process - No Active Application | yetlyg | FLUENT | 8 | October 27, 2018 22:30 |
Ansys Licence Serve on Ubuntu 16.04 LTS | david.pasquale | ANSYS | 2 | January 20, 2017 11:52 |
Is Playstation 3 cluster suitable for CFD work | hsieh | OpenFOAM | 9 | August 16, 2015 14:53 |