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

Search Results

Register Blogs Community New Posts Updated Threads Search

Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: JD_PM
Forum: OpenFOAM Programming & Development June 28, 2022, 10:45
Replies: 5
Views: 887
Posted By JD_PM
The mistake was in the createFields file....

The mistake was in the createFields file. Temperature is of course a scalar field.

//scalar field for the temperature
Info<< "Reading field T\n" << endl;
volScalarField T
(
IOobject
(...
Forum: OpenFOAM Programming & Development June 25, 2022, 11:37
Replies: 5
Views: 887
Posted By JD_PM
Post I changed the TEqn.H file as follows solve ...

I changed the TEqn.H file as follows

solve
(
fvm::ddt(T) + fvm::div(phi,T) == fvm::laplacian(DT, T)
);

I compiled the solver and it yielded a new error:

wmakeLnIncludeAll: running...
Forum: OpenFOAM Programming & Development June 25, 2022, 09:57
Replies: 5
Views: 887
Posted By JD_PM
Post Update on how to implement the temperature equation in interPhaseChangeFoam

Yesterday I posted about the issues I was having while implementing a simple version of the temperature equation in interPhaseChangeFoam...
Showing results 1 to 3 of 3

 
Forum Jump

All times are GMT -4. The time now is 23:27.