CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Installation

[OpenFOAM.com] Error getting 'application' from system/controlDict

Register Blogs Members List Search Today's Posts Mark Forums Read

Like Tree1Likes
  • 1 Post By olesen

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 7, 2024, 02:19
Default Error getting 'application' from system/controlDict
  #1
New Member
 
Milan Romb
Join Date: Jun 2024
Posts: 1
Rep Power: 0
Milan R is on a distinguished road
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"
}


// ************************************************** *********************** //
Milan R is offline   Reply With Quote

Old   June 10, 2024, 07:17
Default
  #2
Senior Member
 
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,715
Rep Power: 41
olesen has a spectacular aura aboutolesen has a spectacular aura about
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.
nishant.kumar likes this.
olesen is offline   Reply With Quote

Reply

Tags
application, controldict.

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
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


All times are GMT -4. The time now is 21:14.